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
)
Public Sub New (
g As IGraph,
input As JsonTextReader
)
Parameters
- g
- Type: VDS.RDFIGraph
Graph to parse into. - input
- Type: JsonTextReader
JSON Text Reader to read from.
See Also