json_object_get_name
- Синтаксис
-
native json_object_get_name(const JSON:object, index, buffer[], maxlen);
Переменная | Описание |
---|---|
object |
Object handle |
index |
Position from which get key name |
buffer |
Buffer to copy string to |
maxlen |
Maximum size of the buffer |
- Описание
- Gets name of the object's key.
- Возвращает
- The number of cells written to the buffer