JSON Parser Xojo plugin

JSONArray.RemoveAt Method

Removes element from the array at given index.

RemoveAt(
   where as Integer)

Parameters

where
The location where to remove element. (zero based).

Remarks

See Also

JSONArray Class