| JSchemaValidatingWriter Constructor |
Initializes a new instance of the
JSchemaValidatingWriter class that
validates the content that will be written to the given
JsonWriter.
Namespace:
Newtonsoft.Json.Schema
Assembly:
Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax public JSchemaValidatingWriter(
JsonWriter writer
)
Parameters
- writer
- Type: Newtonsoft.JsonJsonWriter
The JsonWriter to write to while validating.
See Also