api / tv.twelvetone.json / JsonArray / get

get

operator fun get(index: Int): JsonValue

Returns the value of the element at the specified position in this array.

Parameters

index - the index of the array element to return

Exceptions

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