diff --git a/R/as.json.R b/R/as.json.R index 4699631..5c689ff 100644 --- a/R/as.json.R +++ b/R/as.json.R @@ -29,7 +29,7 @@ as.json.list <- function(x, ...) { } #' @export -as.json.geo_list <- function(x, ...) to_json(unclass(x), ...) +as.json.geo_list <- function(x, ...) to_json(unclass(x), null = "null", ...) #' @export as.json.geojson_file <- function(x, ...) {