Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: JsonString Parse(string, bool)

Declaration

public static JsonString Parse(
    string jsonString,
    bool allowJavaScript = false
)

Summary

Parses the specified JSON as a JSON string. All other types of JSON values result in a JsonParseException.

Parameters

stringjsonString JSON syntax to parse.
boolallowJavaScript See JsonValue.Parse(string, bool).