Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 460 Bytes

README.rst

File metadata and controls

21 lines (12 loc) · 460 Bytes

Just a really simple json pretty printer. Pipe some ugly json in and print out some pretty json.

To install, first get pip, then:

pip install -U git+https://github.com/mikelikespie/jspp.git

You may have to sudo it.

usage:

usage: jspp [-h] [infile] [outfile]

positional arguments:
  infile      input file [default = stdin]
  outfile     output file [default = stdout]

optional arguments:
  -h, --help  show this help message and exit