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

Errors

If passed handle is not a valid array

Defined in grip.inc at line 698 . This documentation was automatically generated from source.