JSONArray Properties |
The JSONArray type exposes the following members.
Name | Description | |
---|---|---|
Count |
The count of items in the array.
| |
IsReadOnly |
Whether the array is read-only. Always false.
| |
Item |
The item at the given index.
|