fun remove(index: Int): JsonArray
Removes the element at the specified index from this array.
index
- the index of the element to remove
IndexOutOfBoundsException
- if the index is out of range, i.e. index < 0
or
index >= size
Return
the array itself, to enable method chaining