Skip to content

bbbmmmlll/jsonpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsonpp

A command line JSON pretty printer.

Pretty print web service responses like so:

curl -s -L http://t.co/tYTq5Pu | jsonpp

and make beautiful the files running around on your disk:

jsonpp data/long_malformed.json

Install

Installable with go get github.com/jmhodges/jsonpp, brew install jsonpp, or copying the binary to your $PATH. See the live documentation for details.

Special Note on JSON files

jsonpp assumes that there are one or more JSON objects in a given file, seperated by newlines.

About

A fast command line JSON pretty printer.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%