Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: JsonDict Parse(string, bool)

Declaration

public static JsonDict Parse(
    string jsonDict,
    bool allowJavaScript = false
)

Summary

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

Parameters

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