native
json_array_clear
Syntax
native bool:json_array_clear(JSON:array);
Description
Removes all elements from 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_clear(JSON:array);
Removes all elements from the array.
| array | Array handle |
|---|
True if succeed, false otherwise
If passed handle is not a valid array