igorgue / pjson

Like python -mjson.tool but with moar colors (and less conf)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pjson

JSON formatting but with moar colors (and less conf)

Usage

echo '{"json":"obj"}' | pjson
{
  "json": "obj"
}

Looks Like This

Image for the haters:

Screenshot-20220126190421-653x680

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

MFW I did This Project

image

About

Like python -mjson.tool but with moar colors (and less conf)

License:MIT License


Languages

Language:Python 100.0%