JSON Parser Xojo plugin

JSONArray.BooleanValueByIndex Method

Reads or writes Boolean value in the array by index.

BooleanValueByIndex(
   index as Integer) as Boolean

BooleanValueByIndex(
   index as Integer
   assigns value as Boolean)

Parameters

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

Returns

Boolean
The read value or false if out of bounds.

Remarks

See Also

JSONArray Class