Documentation ¶
Overview ¶
Package jsonld is deprecated. Use github.com/cayleygraph/quad/jsonld.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AutoConvertTypedString = jsonld.AutoConvertTypedString
AutoConvertTypedString allows to convert TypedString values to native equivalents directly while parsing. It will call ToNative on all TypedString values.
If conversion error occurs, it will preserve original TypedString value.
Deprecated: use github.com/cayleygraph/quad/jsonld package instead.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
func NewReaderFromMap
deprecated
func NewReaderFromMap(o interface{}) *Reader
NewReaderFromMap returns quad reader for JSON-LD map object.
Deprecated: use github.com/cayleygraph/quad package instead.
Click to show internal directories.
Click to hide internal directories.