Return a reference providing non-modifiable access to the element at the specified index in this JsonArray. The behavior is undefined unless index < size().
a non-modifiable reference to the element at the specified position
| Name | Description |
|---|---|
| index | zero-based element position |