JSON Parser Xojo plugin

JSONArray.Operator_Subscript Method

Writes value to the array by index using standard array operator.

Operator_Subscript(
   index as Integer,
   assigns value as JSONPrimitive)

Parameters

index
The index of the element to write (zero based),The index of the element to read (zero based),
value (assign parameter)
The value to write.

Remarks

See Also

JSONArray Class