operator fun get(index: Int): JsonValue
Returns the value of the element at the specified position in this array.
index - the index of the array element to return
IndexOutOfBoundsException - if the index is out of range, i.e. index < 0 or
index >= size
Return
the value of the element at the specified position