pjson
pjson copied to clipboard
Like python -mjson.tool but with moar colors (and less conf)
pjson
JSON formatting but with moar colors (and less conf)
Usage
echo '{"json":"obj"}' | pjson
{
"json": "obj"
}
Looks Like This
Image for the haters:
Small retina display images are fucking huge.
Example With Curl
curl https://api.github.com/users/igorgue | pjson
Install
Install pygments
and xmlformatter
:
pip install pjson xmlformatter