make pretty json
Project description
make pretty json.
Documentation: https://github.com/meganlkm/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')"
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pretty-json-0.0.3.tar.gz
(2.2 kB
view hashes)