Json.NET Schema Documentation
Json.NET Schema Documentation
API Reference
Newtonsoft.Json.Schema
JSchema Class
JSchema Methods
ToString Method
ToString Method
ToString Method (SchemaVersion)
JSchema
.
ToString 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#
Copy
public
string
ToString
(
SchemaVersion
version
)
Parameters
version
Type:
Newtonsoft.Json.Schema
.
SchemaVersion
The
SchemaVersion
used to create JSON for this schema.
Return Value
Type:
String
The JSON for this schema.
See Also
Reference
JSchema Class
ToString Overload
Newtonsoft.Json.Schema Namespace
Json.NET Schema Home