Is there a (Unix) shell script to format JSON in human-readable form?
Basically, I want it to transform the following:
{ \"foo\": \"lorem\", \"bar\":
It is not too simple with a native way with the jq tools.
For example:
cat xxx | jq .