getBooleanOrDefault

fun JSONObject.getBooleanOrDefault(key: String, default: Boolean = false): Boolean