ezjson_array_get_value
Syntax
native EzJSON:ezjson_array_get_value(const EzJSON:array, index);
Usage
| Parameter | Description |
|---|---|
| array | Array handle |
| index | Position in the array (starting from 0) |
Description
Gets a value from the array.
Note
Needs to be freed using ezjson_free() native.
Return
EzJSON handle, EzInvalid_JSON if error occurred
Error
If passed handle is not a valid array