Json.NET Schema Documentation
Json.NET Schema Documentation
API Reference
Newtonsoft.Json.Schema
JSchema Class
JSchema Type Conversions
Explicit Conversion (JToken to JSchema)
Implicit Conversion (JSchema to JToken)
JSchema
Conversion (JToken to JSchema)
Gets the
JSchema
associated with the
JToken
.
Namespace:
Newtonsoft.Json.Schema
Assembly:
Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
Copy
public
static
explicit operator
JSchema
(
JToken
t
)
Parameters
t
Type:
Newtonsoft.Json.Linq
JToken
The token.
Return Value
Type:
JSchema
The
JSchema
associated with the
JToken
.
See Also
Reference
JSchema Class
Newtonsoft.Json.Schema Namespace
Json.NET Schema Home