jp.py-3.6

JSON Matching Expressions (Python 3)

Install

All systems
curl cmd.cat/jp.py-3.6.sh
Debian Debian
apt-get install python3-jmespath
Ubuntu
apt-get install python3-jmespath
image/svg+xml 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

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.