Json.NET Schema Documentation
Json.NET Schema Documentation
API Reference
Newtonsoft.Json.Schema
JSchemaValidatingWriter Class
JSchemaValidatingWriter Methods
Close Method
Flush Method
WriteComment Method
WriteEnd Method
WriteNull Method
WritePropertyName Method
WriteRaw Method
WriteRawValue Method
WriteStartArray Method
WriteStartConstructor Method
WriteStartObject Method
WriteUndefined Method
WriteValue Method
JSchemaValidatingWriter
WriteEnd Method
Writes the specified end token.
Namespace:
Newtonsoft.Json.Schema
Assembly:
Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
Copy
protected
virtual
void
WriteEnd
(
JsonToken
token
)
Parameters
token
Type:
Newtonsoft.Json
JsonToken
The end token to write.
See Also
Reference
JSchemaValidatingWriter Class
Newtonsoft.Json.Schema Namespace
Json.NET Schema Home