JSON.Parse
Parses a provided value into a JSON object.
Syntax
JSON.Parse "string_representation_of_JSON_object"
Returns
reference to JObject object
Arguments
| Name | Required | Type | Description |
|---|---|---|---|
string representation of JSON object | Yes | Any text e.g. "Hello, World!" |
Possible errors
- Provided value is not parsable as a JSON object.
On a running server
Use serhelp JSON.Parse to inspect the reference generated by your installed SER version.