changes.mady.by.user D2000 Dev Team
Uložené nov 25, 2019
changes.mady.by.user D2000 Doc Team
Uložené jan 03, 2022
Clear Deletes all elements from the JSON array.
%JSON_ArrayClear( INT in handle )
Funcion clear The function removes all items from JSON array.
Exception is thrown if handle to array is invalidIf it is an invalid handle on a JSON array, an exception is thrown.
INT _arr _arr := %JSON_CreateArray() %JSON_ArraySetLength(_arr, 1) %JSON_ArraySetValue(_arr, 1, 1.234) %JSON_ArrayClear(_arr) %JSON_FreeArrayHandle(_arr)
JSON format manipulation functionsFunction arguments - types