| JSchemaValidatingReader Constructor |
Initializes a new instance of the
JSchemaValidatingReader class that
validates the content returned from the given
JsonReader.
Namespace:
Newtonsoft.Json.Schema
Assembly:
Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax public JSchemaValidatingReader(
JsonReader reader
)
Parameters
- reader
- Type: Newtonsoft.JsonJsonReader
The JsonReader to read from while validating.
See Also