python3-json-pointer

resolve JSON pointers - Python 3.x
  https://github.com/stefankoegl/python-json-pointer
  0
  no reviews



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.