json_object_clear
Syntax
native bool:json_object_clear(JSON: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