ezjson_object_clear
Syntax
native bool:ezjson_object_clear(EzJSON:object);
Usage
| Parameter | Description |
|---|---|
| object | Object handle |
Description
Removes all keys and their values in the object.
Return
True if succeed, false otherwise
Error
If passed handle is not a valid object