Metadata-Version: 1.1
Name: json-awk
Version: 1.0.1.dev1
Summary: A simple JSON parser and printer
Home-page: https://github.com/pgmillon/json-awk
Author: Pierre-Gildas MILLON
Author-email: pg.millon@gmail.com
License: GPLv2
Description: ========
        Json Awk
        ========
        
        Description
        ===========
        
        **Json Awk** is a simple Json parser based on json.tool
        It's originally written to get a property from a JSON object in bash.
        
        Examples
        ========
        
        ::
        
          echo '{"json":"obj"}' | python -m json_awk.runner 'this["json"]'
        
        Authors
        =======
        
        Json Awk is written and maintained by `Pierre-Gildas MILLON <pg.millon@gmail.com>`_.
        
        `See here for the full list of contributors <https://github.com/pgmillon/json-awk/graphs/contributors>`_.
Keywords: json awk
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python :: 2.7
