Einhugur JSON Plugin III for Xojo |
|
JSONArray.RemoveAt Method
Removes element from the array.

RemoveAt(
index
as Integer)
Parameters
- index
- Index of the element to be removed (zero based).
Remarks
This method can throw OutOfBoundsException.
See Also
JSONArray Class