pretty-json

make pretty json


Keywords
pretty, json
License
MIT
Install
pip install pretty-json==1.2.0

Documentation

pretty-json

make pretty json.

Documentation: https://github.com/devstuff-io/pretty-json

Installation

pip install pretty-json

Environment Variables

PJSON_OUTPUT_STYLE

Default: monokai

The pygments formatter used to make the json pretty.

Usage

from pretty_json import format_json

# format_json(content, style=OUTPUT_STYLE)
print format_json({'key': 'value'})

See and sample the available styles

python -c "from pretty_json import sample;sample('manni')"

example.png

All of the installed pygments styles are available:

pip install pygments-solarized
python -c "from pretty_json import sample;sample('solarized')"

example2.png

Authors

See contributors section on GitHub.