json_object_get_count
- Синтаксис
-
native json_object_get_count(const JSON:object);
Переменная | Описание |
---|---|
object |
Object handle |
- Описание
- Gets count of the keys in the object.
- Возвращает
- Keys count
native json_object_get_count(const JSON:object);
Переменная | Описание |
---|---|
object |
Object handle |