fun JSONObject.tryGetInt(key: String): Int?
Returns the value mapped by {@code key} if it exists, and if the value returned is not null. If it's null, it returns null