get

operator fun get(index: Int): JSONData

Get a JSONData at the requested subscript.

Return

The JSONData at the requested subscript.

Parameters

index

The array subscript.

Throws

If the subscript is out of bounds.