fun JSONArray.forEach(operation: (Any) -> Unit): Unit
fun JSONArray.format(): JSONArray
fun JSONArray.map(transform: (Any?) -> Any?): List<Any?>
fun JSONArray.toList(): List<Any?>