changes.mady.by.user D2000 Dev Team
Uložené nov 25, 2019
changes.mady.by.user D2000 Doc Team
Uložené jan 12, 2022
Remove Removes an item at the given index from the JSON array.
%JSON_ArrayRemoveItem( INT in handle, INT in index )
None
Function remove removes an item at the given index from the JSON array
Exception is thrown if handle to If the handle on the JSON array is invalid or the index is out of rangeis invalid, an exception is thrown.
INT _arr _arr := %JSON_ArrayFromString('[[1,2,3],[4,5,6]]') %JSON_ArrayRemoveItem(_arr, 1) %JSON_FreeArrayHandle(_arr)
JSON format manipulation functionsFunction arguments - types