abstract operator fun get(key: String): JsonValue
Since
1.0
Return
the element of at key key.
if JsonArray, key works as an index.
abstract operator fun get(index: Int): JsonValue
Since
1.0
Return
the element at index index.
if JsonObject, index works as a property key.