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
string | jsonDict |
JSON syntax to parse. |
bool | allowJavaScript |
See JsonValue.Parse(string, bool). |