ezjson_object_get_value_at
Syntax
native EzJSON:ezjson_object_get_value_at(const EzJSON:object, index);
Usage
| Parameter | Description |
|---|---|
| object | Object handle |
| index | Position from which get key name |
Description
Gets a value at the specified position from the object.
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