json_init_array
Syntax
native JSON:json_init_array();
Description
Inits an empty array.
Note
Needs to be freed using json_free() native.
Return
JSON handle, Invalid_JSON if error occurred
native JSON:json_init_array();
Inits an empty array.
Needs to be freed using json_free() native.
JSON handle, Invalid_JSON if error occurred