ezjson_object_get_count
Syntax
native ezjson_object_get_count(const EzJSON:object);
Usage
| Parameter | Description |
|---|---|
| object | Object handle |
Description
Gets count of the keys in the object.
Return
Keys count
Error
If passed handle is not a valid object
native ezjson_object_get_count(const EzJSON:object);
| Parameter | Description |
|---|---|
| object | Object handle |
Gets count of the keys in the object.
Keys count
If passed handle is not a valid object