native

ezjson_object_get_value_at

Syntax

native EzJSON:ezjson_object_get_value_at(const EzJSON:object, index);

Description

Gets a value at the specified position from the object.

Parameters

object Object handle
index Position from which get key name

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 object