JSON Parser Xojo plugin

JSONArray.InsertInteger Method

Inserts Integer value at given index in the array.

InsertInteger(
   where as Integer,
   value as Int64)

Parameters

where
The index where to insert (zero based).
value
The value to be inserted.

Remarks

See Also

JSONArray Class