GZippedJsonLdParser Constructor (JsonLdProcessorOptions) |
Namespace:
VDS.RDF.Parsing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public GZippedJsonLdParser(
JsonLdProcessorOptions parserOptions
)
Public Sub New (
parserOptions As JsonLdProcessorOptions
)
Parameters
- parserOptions
- Type: VDS.RDF.JsonLdJsonLdProcessorOptions
The options to pass to the underlying JsonLdParser.
See Also