Click or drag to resize

JsonParserContext Constructor (IGraph, JsonTextReader)

Creates a new JSON Parser Context.

Namespace:  VDS.RDF.Parsing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public JsonParserContext(
	IGraph g,
	JsonTextReader input
)

Parameters

g
Type: VDS.RDFIGraph
Graph to parse into.
input
Type: JsonTextReader
JSON Text Reader to read from.
See Also