cat data.json | underscore print --color
Gives you a well-formatted, color coded output for your JSON data. That is just one of the many things it can do.
command_that_emits_json | clijson
:)
Everything but the color.
Seeing as lots of systems have yajl.
cat data.json | underscore print --color
Gives you a well-formatted, color coded output for your JSON data. That is just one of the many things it can do.