Is there a (Unix) shell script to format JSON in human-readable form?
Basically, I want it to transform the following:
{ \"foo\": \"lorem\", \"bar\":
Try pjson. It has colors!
Install it with pip:
pip
⚡ pip install pjson
And then pipe any JSON content to pjson.
pjson