inappmessaging / io.karte.android.utilities / org.json.JSONObject

Extensions for org.json.JSONObject

forEach

fun JSONObject.forEach(action: (String, Any?) -> Unit): Unit

format

fun JSONObject.format(): JSONObject

toMap

fun JSONObject.toMap(): Map<String, Any?>

toValues

fun JSONObject.toValues(): Values