JSONArray.Operator_Subscript Method
Reads value from the array by index using standard array operator.
Parameters
- index
- The index of the element to write (zero based),
Returns
- JSONPrimitive
- The read value or nil if it was out of bounds.
Remarks
See Also
JSONArray Class