Imprima JSON Pretty Linux
echo '{"foo": "lorem", "bar": "ipsum"}' | python -m json.tool
Sahil Rally
echo '{"foo": "lorem", "bar": "ipsum"}' | python -m json.tool
curl http://my_url/ | python -m json.tool