native

ezjson_array_get_value

Syntax

native EzJSON:ezjson_array_get_value(const EzJSON:array, index);

Description

Gets a value from the array.

Parameters

array Array handle
index Position in the array (starting from 0)

Note

Needs to be freed using ezjson_free() native.

Return

EzJSON handle, EzInvalid_JSON if error occurred

Error

If passed handle is not a valid array