JSON Parser Xojo plugin

JSONArray.Operator_Subscript Method

Reads value from the array by index using standard array operator.

Operator_Subscript(
   index as Integer) as JSONPrimitive

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