Source: jshon
Section: utils
Priority: extra
Maintainer: Jordan Metzmeier <jmetzmeier01@gmail.com>
Build-Depends: debhelper (>= 9.0.0), libjansson-dev
Standards-Version: 3.9.4
Homepage: http://kmkeen.com/jshon/

Package: jshon
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Parses, reads and creates JSON
 Jshon parses, reads and creates JSON.  It is designed to be 
 as usable as possible from within the shell and replaces fragile adhoc 
 parsers made from grep/sed/awk as well as heavyweight one-line parsers 
 made from perl/python.
