Python JSON’s module can do this too (python -m json.tool), e.g.:
cat myjsonfile.json | python -m json.tool > pretty.json
Python JSON’s module can do this too (python -m json.tool), e.g.:
cat myjsonfile.json | python -m json.tool > pretty.json