Click or drag to resize

RdfJsonParserLoad Method (IGraph, StreamReader)

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

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

Parameters

g
Type: VDS.RDFIGraph
Graph to read into.
input
Type: System.IOStreamReader
Stream to read from.

Implements

IRdfReaderLoad(IGraph, StreamReader)
See Also