Append object to JSON array
%JSON_ArrayAppendObject( INT in handle, INT in object )
Funcion append object to JSON array
Exception is thrown if handle to parent array or handle to object is invalid.
INT _arr _arr := %JSON_CreateArray() INT _tmp _tmp := %JSON_CreateObject() %JSON_ArrayAppendObject(_arr, _tmp) %JSON_FreeArrayHandle(_arr) %JSON_FreeObjectHandle(_tmp)
Related pages:
JSON format manipulation functionsFunction arguments - types
Pridať komentár
Pridať komentár