Skip to main content

JSON.Parse

Parses a provided value into a JSON object.

Syntax

JSON.Parse "string_representation_of_JSON_object"

Returns

reference to JObject object

Arguments

NameRequiredTypeDescription
string representation of JSON objectYesAny 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.