Posts

Showing posts from May, 2021

How to pretty print a 100 MB JSON file?

From the command line, run cat large_json_file.json| python -mjson.tool > pretty.json