Signature
native bool:json_object_clear(JSON:object);
Description
Removes all keys and their values in the object.
Parameters
- object — Object handle
Returns
True if succeed, false otherwise
Errors
- If passed handle is not a valid object