Searched defs:JSONObject (Results 1 – 5 of 5) sorted by relevance
10 fun JSONObject.toMap(): Map<String, Any> { in JSONObject() method
68 fun JSONObject.mergeWith(newObject: JSONObject): JSONObject { in JSONObject() method
100 private fun JSONObject.asStringStringMap(): Map<String, String> { in <lambda>() method