ptijson

Interactive JSON queries, built on prompt toolkit and jmespath


License
MIT
Install
pip install ptijson==0.1.0

Documentation

Interactive JSON queries, built on prompt toolkit and jmespath

Example

Installation

Recommended installation is with pipx:

python3 -m pip install --user pipx
python3 -m pipx ensurepath
python3 -m pipx install ptijson