grip_json_array_get_value
Gets a value from the array.
Syntax
native GripJSONValue:grip_json_array_get_value(const GripJSONValue:array, index)
Usage
| array | Array handle |
| index | Position in the array (starting from 0) |
Return
JSON handle, Invalid_GripJSONValue if error occurred
Defined in
grip.inc
.
This documentation was automatically generated from source.