getIntOrNull

fun JsonObject.getIntOrNull(key: String): Int?
fun JsonElement.getIntOrNull(key: String): Int?