jp.py
JSON Matching Expressions
Install
- All systems
-
curl cmd.cat/jp.py.sh
- Debian
-
apt-get install python-jmespath
- Ubuntu
-
apt-get install python-jmespath
- Arch Linux
-
pacman -S python-jmespath
- Kali Linux
-
apt-get install python-jmespath
- CentOS
-
yum install python2-jmespath
- Fedora
-
dnf install python2-jmespath
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-jmespath
- Raspbian
-
apt-get install python-jmespath
- Dockerfile
- dockerfile.run/jp.py
python2-jmespath
JSON Matching Expressions
python-jmespath
JSON Matching Expressions (Python 2)
JMESPath is python library which allows you to declaratively specify how to extract elements from a JSON document. This package contains the module for Python 2.