ezjson_init_object
Syntax
native EzJSON:ezjson_init_object();
Description
Inits an empty object.
Note
Needs to be freed using ezjson_free() native.
Return
EzJSON handle, EzInvalid_JSON if error occurred
native EzJSON:ezjson_init_object();
Inits an empty object.
Needs to be freed using ezjson_free() native.
EzJSON handle, EzInvalid_JSON if error occurred