Click or drag to resize

GZippedJsonLdParser Constructor (JsonLdProcessorOptions)

Creates a new GZipped JSON-LD parser with a specific set of JsonLdProcessorOptions.

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

Parameters

parserOptions
Type: VDS.RDF.JsonLdJsonLdProcessorOptions
The options to pass to the underlying JsonLdParser.
See Also