native

json_array_append_string

Syntax

native bool:json_array_append_string(JSON:array, const string[]);

Description

Appends string data in the array.

Parameters

array Array handle
string String to copy

Return

True if succeed, false otherwise

Error

If passed handle is not a valid array