native

ezjson_array_append_value

Syntax

native bool:ezjson_array_append_value(EzJSON:array, const EzJSON:value);

Description

Appends a value in the array.

Parameters

array Array handle
value EzJSON handle to set

Return

True if succeed, false otherwise

Error

If passed handle is not a valid array