Install python-json-pointer by entering the following commands in the terminal:
sudo apt update sudo apt install python-json-pointer
Description:
resolve JSON pointers - Python 2.7
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.
Homepage: https://github.com/stefankoegl/python-json-pointer
Version: 1.10-1
Section: python