JSON Parser Xojo plugin

JSONArray.DoubleValueByIndex Method

Reads or writes Double value in the array by index.

DoubleValueByIndex(
   index as Integer) as Double

DoubleValueByIndex(
   index as Integer
   assigns value as Double)

Parameters

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

Returns

Double
The read value or 0.0 if out of bounds.

Remarks

See Also

JSONArray Class