grip_json_object_clear
Removes all keys and their values in the object.
Syntax
native bool:grip_json_object_clear(GripJSONValue:object)
Usage
| object | Object handle |
Return
True — if succeed, false otherwise
Errors
If passed handle is not a valid object
Defined in
grip.inc
at line 1031
.
This documentation was automatically generated from source.