JsonValidatingReader
Represents a reader that provides JsonSchema validation.
JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details.
Gets the JsonReader used to construct this JsonValidatingReader.
Gets or sets the schema.
Sets an event handler for receiving schema validation errors.
Initializes a new instance of the JsonValidatingReader class that
validates the content returned from the given JsonReader.