ezjson_array_append_string
Syntax
native bool:ezjson_array_append_string(EzJSON:array, const string[]);
Usage
| Parameter | Description |
|---|---|
| array | Array handle |
| string | String to copy |
Description
Appends string data in the array.
Return
True if succeed, false otherwise
Error
If passed handle is not a valid array