json_array_get_count
Syntax
native json_array_get_count(const JSON:array);
Usage
| Parameter | Description |
|---|---|
| array | Array handle |
Description
Gets count of the elements in the array.
Return
Number of elements in the array
Error
If passed handle is not a valid array