Click or drag to resize
Json.NET Schema

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
C#
public JSchemaValidatingWriter(
	JsonWriter writer
)

Parameters

writer
Type: Newtonsoft.JsonJsonWriter
The JsonWriter to write to while validating.
See Also