Click or drag to resize

JsonLdParser Constructor (JsonLdProcessorOptions)

Create an instance of the parser configured with the provided parser options.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public JsonLdParser(
	JsonLdProcessorOptions parserOptions
)

Parameters

parserOptions
Type: VDS.RDF.JsonLdJsonLdProcessorOptions

[Missing <param name="parserOptions"/> documentation for "M:VDS.RDF.Parsing.JsonLdParser.#ctor(VDS.RDF.JsonLd.JsonLdProcessorOptions)"]

See Also