Declaration
public static JsonList Parse(
string jsonList,
bool allowJavaScript = false
)
Summary
Parses the specified JSON as a JSON list. All other types of JSON values result in a
JsonParseException.
Parameters
string | jsonList |
JSON syntax to parse. |
bool | allowJavaScript |
See JsonValue.Parse(string, bool). |