Signature
native bool:json_array_get_bool(const JSON:array, index);
Description
Gets a boolean value from the array.
Parameters
- array — Array handle
- index — Position in the array (starting from 0)
Returns
Boolean value
Errors
- If passed handle is not a valid array