json_array_clear
Syntax
native bool:json_array_clear(JSON:array);
Usage
| Parameter | Description |
|---|---|
| array | Array handle |
Description
Removes all elements from the array.
Return
True if succeed, false otherwise
Error
If passed handle is not a valid array
native bool:json_array_clear(JSON:array);
| Parameter | Description |
|---|---|
| array | Array handle |
Removes all elements from the array.
True if succeed, false otherwise
If passed handle is not a valid array