jsonformat

A simple, small command line utility to format json files.


License
MIT
Install
pip install jsonformat==0.0.11

Documentation

jsonformat

A simple JSON pretty formatter with no external dependencies.

To install, simply type:

pip install jsonformat

To format a json file, type this:

jsonformat <filename> [-q]

The filename argument is mandatory. The -q argument switches off console output.