<@U092308M7>: if I specify the type explicitly, it...
# announcements
a
@orangy: if I specify the type explicitly, its working. if i just use
jsonObject["foo"]
it uses the member function. just add
operator fun get(String): Any
to your
JsonObject