| JSchemaParse Method (String) |
Load a
JSchema from a string that contains schema JSON.
Namespace:
Newtonsoft.Json.Schema
Assembly:
Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax public static JSchema Parse(
string json
)
Parameters
- json
- Type: SystemString
A String that contains JSON.
Return Value
Type:
JSchemaA
JSchema populated from the string that contains JSON.
See Also