Releases a handle to the JSON object.
%JSON_FreeObjectHandle( INT in handle )
Function releases a handle to the JSON object.
Exception is thrown if the handle to the object is invalid.
INT _obj _obj := %JSON_CreateObject() %JSON_FreeObjectHandle(_obj)
Related pages:
JSON format manipulation functionsFunction arguments - types
0 komentárov