Click or drag to resize

JsonParserContext Properties

The JsonParserContext type exposes the following members.

Properties
  NameDescription
Public propertyBaseUri
Gets the Base URI for the parsing context.
(Inherited from BaseParserContext.)
Public propertyCurrentPosition
Gets the Current Position of the JSON Text Reader.
Public propertyHandler
Gets the Handler used to handle the generated RDF.
(Inherited from BaseParserContext.)
Public propertyInput
Gets the JSON Text Reader which input is read from.
Public propertyNamespaces
Gets the Namespace Map for the parsing context.
(Inherited from BaseParserContext.)
Public propertyTraceParsing
Gets/Sets whether to trace parsing.
(Inherited from BaseParserContext.)
Top
See Also