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