json_array_append_value

Syntax

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

Usage

array
Array handle
value
JSON handle to set

Description

Appends a value in the array.

Return

True if succeed, false otherwise

Error

If passed handle is not a valid array