native

json_array_append_value

Syntax

native bool:json_array_append_value(JSON:array, const JSON:value);

Description

Appends a value in the array.

Parameters

array Array handle
value JSON handle to set

Return

True if succeed, false otherwise

Error

If passed handle is not a valid array