Click or drag to resize

RdfJsonParserLoad Method (IGraph, TextReader)

Read RDF/JSON Syntax from some Input into a Graph.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void Load(
	IGraph g,
	TextReader input
)

Parameters

g
Type: VDS.RDFIGraph
Graph to read into.
input
Type: System.IOTextReader
Input to read from.

Implements

IRdfReaderLoad(IGraph, TextReader)
See Also