Json.NET - Quick Starts & API Documentation
Parse Method (json, resolver)
Namespaces ► Newtonsoft.Json.Schema ► JsonSchema ► Parse(String, JsonSchemaResolver)
Parses the specified json.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public static JsonSchema Parse( string json, JsonSchemaResolver resolver )
Public Shared Function Parse ( _ json As String, _ resolver As JsonSchemaResolver _ ) As JsonSchema
public: static JsonSchema^ Parse( String^ json, JsonSchemaResolver^ resolver )
Parameters
- json (String)
- The json.
- resolver (JsonSchemaResolver)
- The resolver.
Return Value
A JsonSchema populated from the string that contains JSON.