Class GZippedJsonLdParser
Parser for oading GZipped JSON-LD.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: VDS.RDF.Parsing
Assembly: dotNetRDF.dll
Syntax
public class GZippedJsonLdParser : BaseGZipDatasetParser, IStoreReader
Constructors
| Improve this Doc View SourceGZippedJsonLdParser()
Creates a new GZipped JSON-LD parser.
Declaration
public GZippedJsonLdParser()
GZippedJsonLdParser(JsonLdProcessorOptions)
Creates a new GZipped JSON-LD parser with a specific set of JsonLdProcessorOptions.
Declaration
public GZippedJsonLdParser(JsonLdProcessorOptions parserOptions)
Parameters
Type | Name | Description |
---|---|---|
JsonLdProcessorOptions | parserOptions | The options to pass to the underlying JsonLdParser. |