Click or drag to resize
Json.NET Schema

JSchemaValidatingReader Properties

 

The JSchemaValidatingReader type exposes the following members.

Properties
  NameDescription
Public propertyDepth
Gets the depth of the current token in the JSON document.
Public propertyPath
Gets the path of the current JSON token.
Public propertyQuoteChar
Gets the quotation mark character used to enclose the value of a string.
Public propertyReader
Gets the JsonReader used to construct this JSchemaValidatingReader.
Public propertyRegexMatchTimeout
Gets or sets a timeout that will be used when executing regular expressions.
Public propertySchema
Gets or sets the schema.
Public propertyTokenType
Gets the type of the current JSON token.
Public propertyValue
Gets the text value of the current JSON token.
Public propertyValueType
Gets the Common Language Runtime (CLR) type for the current JSON token.
Top
See Also