grip_json_array_append_value
Appends a value in the array.
Syntax
native bool:grip_json_array_append_value(GripJSONValue:array, const GripJSONValue:value)
Usage
| array | Array handle |
| value | JSON handle to set |
Return
True if succeed, false otherwise
Defined in
grip.inc
.
This documentation was automatically generated from source.