Metadata-Version: 2.1
Name: jsonformat
Version: 0.0.5
Summary: A simple, small command line utility to format json files.
Home-page: UNKNOWN
Author: Alex Pylypenko
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.3
Requires-Dist: pip
Requires-Dist: setuptools

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.

