R/print_json.R

print_json <- function(x, ...) {
  jsonlite::toJSON(x, pretty = TRUE, auto_unbox = TRUE)
}
tyluRp/brewr documentation built on May 15, 2019, 9:56 p.m.