Signature
native bool:json_array_replace_null(JSON:array, index);
Description
Replaces an element in the array with null.
Parameters
- array — Array handle
- index — Position in the array to be replaced
Returns
True if succeed, false otherwise
Errors
- If passed handle is not a valid array