JSON formatting but with moar colors (and less conf)
echo '{"json":"obj"}' | pjson
{
"json": "obj"
}
Image for the haters:
Small retina display images are fucking huge.
curl https://api.github.com/users/igorgue | pjson
Install pygments
and xmlformatter
:
pip install pjson xmlformatter