json_array_append_null
Syntax
native bool:json_array_append_null(JSON:array);
Usage
| Parameter | Description |
|---|---|
| array | Array handle |
Description
Appends a null in the array.
Return
True if succeed, false otherwise
Error
If passed handle is not a valid array