native JSON:json_array_get_value(const JSON:array, index);
array | Array handle |
index | Position in the array (starting from 0) |
Gets a value from the array.
Needs to be freed using json_free() native.
JSON handle, Invalid_JSON if error occurred
If passed handle is not a valid array
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.