JSONArray.InsertBoolean Method
Inserts Boolean value at given index in the array.

InsertBoolean(
where
as Integer,
value
as Boolean)
Parameters
- where
- The index where to insert (zero based).
- value
- The value to be inserted.
Remarks
See Also
JSONArray Class