python3-jsonpointer
resolve JSON pointers - python 3.x
Install
- All systems
-
curl cmd.cat/python3-jsonpointer.sh
- Debian
-
apt-get install python3-json-pointer
- Ubuntu
-
apt-get install python3-json-pointer
- Kali Linux
-
apt-get install python3-json-pointer
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-json-pointer
- Raspbian
-
apt-get install python3-json-pointer
- Dockerfile
- dockerfile.run/python3-jsonpointer
python3-json-pointer
resolve JSON pointers - python 3.x
Python-json-pointer is a small library to resolve JSON pointers according to the IETF draft specification. JSON Pointer defines a string syntax for identifying a specific value within a JavaScript Object Notation (JSON) document. This package provides the module for Python 3.x.