JSON Parser Xojo plugin

JSONArray.InsertString Method

Inserts String value at given index in the array.

InsertString(
   where as Integer,
   value as String)

Parameters

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

Remarks

See Also

JSONArray Class