Signature
native bool:json_array_append_bool(JSON:array, bool:boolean);
Description
Appends a boolean value in the array.
Parameters
- array — Array handle
- boolean — Boolean value to set
Returns
True if succeed, false otherwise
Errors
- If passed handle is not a valid array