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
Defined in
grip.inc
.
This documentation was automatically generated from source.