grip_json_object_get_value_at
Gets a value at the specified position from the object.
Syntax
native GripJSONValue:grip_json_object_get_value_at(const GripJSONValue:object, index)
Usage
| object | Object handle |
| index | Position from which get key name |
Return
JSON — handle, Invalid_GripJSONValue if error occurred
Notes
Needs to be destroyed using grip_destroy_json_value() native.
Errors
If passed handle is not a valid object
Defined in
grip.inc
at line 891
.
This documentation was automatically generated from source.