You can try using a different operator :simple_smi...
# announcements
o
You can try using a different operator simple smile
Copy code
val jsonObject = JSONObject()
val f1: Float = jsonObject / "foo" //Works
private operator inline fun <reified T> JSONObject.div(name: String): T = TODO()