christopher
operator fun get(vararg keys: String): JsonObject { } operator fun <T : Any> set(vararg keys: String, value: T): T { }