fun JSONObject.forEach(action: (String, Any?) -> Unit): Unit
fun JSONObject.format(): JSONObject
fun JSONObject.toMap(): Map<String, Any?>
fun JSONObject.toValues(): Values