Is there a (Unix) shell script to format JSON in human-readable form?
Basically, I want it to transform the following:
{ \"foo\": \"lorem\", \"bar\":
Check out Jazor. It's a simple command line JSON parser written in Ruby.
gem install jazor jazor --help