Json.NET Documentation
Json.NET Documentation
API Reference
Newtonsoft.Json.Schema
JsonSchema Class
JsonSchema Methods
Parse Method
Parse Method (String)
Parse Method (String, JsonSchemaResolver)
JsonSchema
Parse Method (String, JsonSchemaResolver)
Load a
JsonSchema
from a string that contains JSON Schema using the specified
JsonSchemaResolver
.
Namespace:
Newtonsoft.Json.Schema
Assembly:
Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db
Syntax
C#
Copy
public
static
JsonSchema
Parse
(
string
json
,
JsonSchemaResolver
resolver
)
Parameters
json
Type:
System
String
A
String
that contains JSON Schema.
resolver
Type:
Newtonsoft.Json.Schema
JsonSchemaResolver
The resolver.
Return Value
Type:
JsonSchema
A
JsonSchema
populated from the string that contains JSON Schema.
See Also
Reference
JsonSchema Class
Parse Overload
Newtonsoft.Json.Schema Namespace
Json.NET Home