Yayson

Yay! Beautiful JSON!

View the Project on GitHub sebdah/yayson

yayson

Yay, beautiful JSON on the command line!

yayson will take input on stdin and print pretty JSON with color in your terminal. It will come out something like this:

Example Yayson output

Example usage

cat my.json | yayson

or

curl -s http://www.example.com/my.json | yayson

--help output

usage: yayson [-h] [-i INDENT] [-c] [-s] [--version]

Yayson produces beautiful JSON

optional arguments:
  -h, --help            show this help message and exit
  -i INDENT, --indent INDENT
                        Number of spaces to indent with (default: 2)
  -c, --compact         Print JSON in compact mode, i.e. without spaces
                        between keys and values
  -s, --sort            Turn on key sorting
  --version             Print version information

Release information

0.2.0 (2013-04-08)

0.1.0 (2013-04-07)

Releasing to PyPI

make release

Author

This project is maintained by Sebastian Dahlgren (GitHub | Twitter | LinkedIn)