util.JSONArray.parse()

util.JSONArray.parse() parses a JSON string into a new JSON array.

Syntax

CALL util.JSONArray.parse(source)

Parameters

source

a JSON string from which the JSON array is created

Usage and examples

util.JSONObject.parse() scans the JSON data string passed as the parameter, separates the pieces of the string that correspond to the structure of a JSON array, and creates a new JSON array.

An object newly created by util.JSONArray.parse() must be assigned to a variable of the util.JSONArray datatype.

 

If the JSON string is not properly formatted, the -8109 error - Verify the input string passed to the JSON parsing function. See the description for more details - is returned to the user.

 

 

Contact Us

Privacy Policy

Copyright © 2025 Querix, (UK) Ltd.