Language Reference Guide : 4. System Classes : JsonHandler Class : Parse Method
 
Share this page                  
Parse Method
Parses a StringObject containing JSON and returns a JsonValue subclass object representing the JSON.
This method has the following syntax:
JsonValue = JsonHandler.Parse(json = StringObject)
This method has the following parameter:
json
Specifies the StringObject to be parsed.
If the method fails, it returns NULL.