json_array_get_string
- Синтаксис
-
native json_array_get_string(const JSON:array, index, buffer[], maxlen);
Переменная | Описание |
---|---|
array |
Array handle |
index |
Position in the array (starting from 0) |
buffer |
Buffer to copy string to |
maxlen |
Maximum size of the buffer |
- Описание
- Gets string data from the array.
- Возвращает
- The number of cells written to the buffer