Skip to contents

jsonlite::minify("{}")
#> {}

Examples

jsonlite::minify("{}")
#> {} 

library(jsonlite, warn.conflicts = FALSE)
minify("{}")
#> {}