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