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
)
Public Sub New (
parserOptions As JsonLdProcessorOptions
)
Parameters
- parserOptions
- Type: VDS.RDF.JsonLdJsonLdProcessorOptions
[Missing <param name="parserOptions"/> documentation for "M:VDS.RDF.Parsing.JsonLdParser.#ctor(VDS.RDF.JsonLd.JsonLdProcessorOptions)"]
See Also