0.0.3 • Published 11 years ago

jeez v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
11 years ago

jeez

jeez helps you generating JSON documents from the command line.

jeez is the perfect companion for unix2ws: generate easily (basic) JSON documents and pipe them to another process... Unix in all its glory.

Installation

Usage

## Limitation

You can only generate flat documents, nested documents are not supported (yet)

Credits

Well, I was using unix2ws a lot today... Echo'ing JSON strings quickly started to be annoying, so I thought of a tool like this...

4 lines of code later only, thanks to minimist and @substack, I had the tool I needed