python2-jsonpointer

resolve JSON pointers - python 2.x

Install

All systems
curl cmd.cat/python2-jsonpointer.sh
Debian Debian
apt-get install python-json-pointer
Ubuntu
apt-get install python-json-pointer
image/svg+xml Kali Linux
apt-get install python-json-pointer
Windows (WSL2)
sudo apt-get update sudo apt-get install python-json-pointer
Raspbian
apt-get install python-json-pointer

python-json-pointer

resolve JSON pointers - python 2.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 2.x.