parseDynamic

parseDynamic(json: StringUtf8; createdObjects: JadeAnyArray): Any;

The parseDynamic method of the JadeJson class takes a JSON string as the json parameter and generates a series of linked JadeJsonObject objects and JadeAnyArray arrays that accurately represent the passed in JSON data structure.

If the specified JSON represents:

If the specified JSON is invalid, exception 11155 (Failed to read the JSON string) is raised and the extended error text is set to a description of the error encountered during the attempt to read the JSON. No objects are created. In addition, the createdObjects array is cleared and no value is returned.

2022.0.04 and higher