Click or drag to resize
Json.NET Schema

JSchemaToString Method (SchemaVersion)

 
Returns the JSON for this schema using the specified SchemaVersion.

Namespace:  Newtonsoft.Json.Schema
Assembly:  Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
public string ToString(
	SchemaVersion version
)

Parameters

version
Type: Newtonsoft.Json.SchemaSchemaVersion
The SchemaVersion used to create JSON for this schema.

Return Value

Type: String
The JSON for this schema.
See Also