Easy JSON pretty-print
It turns out that pretty-printing any give JSON data is dead simple if you have Python by hand. On decent OSes you get Python interpreter right out-of-the box. For the less decent ones, you can download distribution. Once you got it, just filter it through simple python interpretter invocation, like:
echo '{ "Japko.net" : "Rulez" }' | python -mjson.tool
No comments yet

Polski
English




