get

open fun get(location: Int): JsonValue

Returns the element at the specified location in this List.

Return

the element at the specified location.

Parameters

location

the index of the element to return.

Throws

if location < 0 || location >= size()