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

Extensions for org.json.JSONArray

forEach

fun JSONArray.forEach(operation: (Any) -> Unit): Unit

format

fun JSONArray.format(): JSONArray

map

fun JSONArray.map(transform: (Any?) -> Any?): List<Any?>

toList

fun JSONArray.toList(): List<Any?>