json_array_get_value
- Синтаксис
-
native JSON:json_array_get_value(const JSON:array, index);
Переменная | Описание |
---|---|
array |
Array handle |
index |
Position in the array (starting from 0) |
- Описание
- Gets a value from the array.
- Пометка
-
Needs to be freed using json_free() native.
- Возвращает
- JSON handle, Invalid_JSON if error occurred