jp.py-3
JSON Matching Expressions (Python 3)
Install
- All systems
-
curl cmd.cat/jp.py-3.sh
- Debian
-
apt-get install python3-jmespath
- Ubuntu
-
apt-get install python3-jmespath
- Kali Linux
-
apt-get install python3-jmespath
- Fedora
-
dnf install python3-jmespath
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-jmespath
- Raspbian
-
apt-get install python3-jmespath
- Dockerfile
- dockerfile.run/jp.py-3
python3-jmespath
JSON Matching Expressions (Python 3)
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 3.