Signature
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
Returns
True if succeed, false otherwise
Errors
- If passed handle is not a valid array