powered by
Removes indentiation from a JSON string
minify_json(json, ...)
string of JSON
other argments passed to to_json
df <- data.frame(id = 1:10, val = rnorm(10)) js <- to_json( df ) jsp <- pretty_json(js) minify_json( jsp )
Run the code above in your browser using DataLab