Skip to content

mikelikespie/jspp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Really simple json pretty printer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages