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