Appends a new array at the end of the JSON array.
%JSON_ArrayAppendArray( INT in handle, INT in array )
The function inserts a new array at the end of the JSON array.
An exception is thrown if it is an invalid JSON array handle or an invalid JSON array handle.
INT _arr _arr := %JSON_CreateArray() INT _tmp _tmp := %JSON_CreateArray() %JSON_ArrayAppendArray(_arr, _tmp) %JSON_FreeArrayHandle(_arr) %JSON_FreeArrayHandle(_tmp)
Related pages:
JSON format manipulation functionsFunction arguments - types
Pridať komentár
Pridať komentár