You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -216,6 +216,8 @@ Install with `gem install json-ld`
216
216
217
217
`RDF::GRAPH#dump` can also take a `:context` option to use a separately defined context
218
218
219
+
As JSON-LD may come from many different sources, included as an embedded script tag within an HTML document, the RDF Reader will strip input before the leading `{` or `[` and after the trailing `}` or `]`.
220
+
219
221
## Documentation
220
222
Full documentation available on [RubyDoc](http://rubydoc.info/gems/json-ld/file/README.md)
0 commit comments