json_object_get_value_at
- Синтаксис
-
native JSON:json_object_get_value_at(const JSON:object, index);
Переменная | Описание |
---|---|
object |
Object handle |
index |
Position from which get key name |
- Описание
- Gets a value at the specified position from the object.
- Пометка
-
Needs to be freed using json_free() native.
- Возвращает
- JSON handle, Invalid_JSON if error occurred