ezjson_array_replace_null
Syntax
native bool:ezjson_array_replace_null(EzJSON:array, index);
Usage
| Parameter | Description |
|---|---|
| array | Array handle |
| index | Position in the array to be replaced |
Description
Replaces an element in the array with null.
Return
True if succeed, false otherwise
Error
If passed handle is not a valid array