grip_json_object_get_name
Gets name of the object's key.
Syntax
native grip_json_object_get_name(const GripJSONValue:object, index, buffer[], maxlen)
Usage
| object | Object handle |
| index | Position from which get key name |
| buffer | Buffer to copy string to |
| maxlen | Maximum size of the buffer |
Return
The — number of cells written to the buffer
Errors
If passed handle is not a valid object
Defined in
grip.inc
at line 878
.
This documentation was automatically generated from source.