Is there a (Unix) shell script to format JSON in human-readable form?
Basically, I want it to transform the following:
{ \"foo\": \"lorem\", \"bar\":
Simply pipe the output to jq ..
jq .
Example:
twurl -H ads-api.twitter.com '.......' | jq .