json-awk

A simple JSON parser and printer


Keywords
json, awk
License
GPL-2.0
Install
pip install json-awk==1.0.1.dev1

Documentation

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.

See here for the full list of contributors.