vernomcrp / jext_cmd

Simple Command Line JSON Extractor by specified field

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jext Cmd

TODO: Add description

Installation

python setup.py install

Use without install

# Example
echo '{"a": 1}' | python -m jext_cmd a
# Example
echo '{"a": 1}' | python jext.py a

About

Simple Command Line JSON Extractor by specified field


Languages

Language:Python 100.0%