powered by
JSON
prettify(txt)minify(txt)
minify(txt)
myjson <- toJSON(cars) cat(myjson) cat(prettify(myjson)) cat(minify(myjson))
Run the code above in your browser using DataLab