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

Notes

Needs to be destroyed using grip_destroy_json_value() native.

Errors

If passed handle is not a valid array

Defined in grip.inc at line 558 . This documentation was automatically generated from source.