Class GZippedJsonLdParser
Parser for oading GZipped JSON-LD.
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, 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. |