Gets the value in the specified item from the JSON array.
UNIVAL %JSON_ArrayGetValue( INT in handle, INT in index )
Value of the BOOL, INT, REAL or TEXT type, or an invalid value.
The function returns the value in the specified item from the JSON array.
If the handle on the JSON array is invalid or the index is invalid, an exception is thrown.
INT _arr _arr := %JSON_ArrayFromString('["IPESOFT"]') TEXT _txt _txt := %JSON_ArrayGetValue(_arr, 1) %JSON_FreeArrayHandle(_arr)
Related pages:
JSON format manipulation functionsFunction arguments - types
0 komentárov