getDoubleOrNull

fun JsonObject.getDoubleOrNull(key: String): Double?
fun JsonElement.getDoubleOrNull(key: String): Double?