--- id: jsonpointer version: "3.1.1" license: Modified BSD License license_treatment: permissive maintenance: active --- # jsonpointer — Identify specific nodes in a JSON document (RFC 6901) License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install jsonpointer uv add jsonpointer poetry add jsonpointer ## Description python-json-pointer =================== [![PyPI version](https://img.shields.io/pypi/v/jsonpointer.svg)](https://pypi.python.org/pypi/jsonpointer/) [![Supported Python versions](https://img.shields.io/pypi/pyversions/jsonpointer.svg)](https://pypi.python.org/pypi/jsonpointer/) [![Coverage Status](https://coveralls.io/repos/stefankoegl/python-json-pointer/badge.svg?branch=master)](https://coveralls.io/r/stefankoegl/python-json-pointer?branch=master) Resolve JSON Pointers in Python ------------------------------- Library to resolve JSON Pointers according to [RFC 6901](http://tools.ietf.org/html/rfc6901) See source code for examples * Website: https://github.com/stefankoegl/python-json-pointer * Repository: https://github.com/stefankoegl/python-json-pointer.git * Documentation: https://python-json-pointer.readthedocs.org/ * PyPI: https://pypi.python.org/pypi/jsonpointer * Travis CI: https://travis-ci.org/stefankoegl/python-json-pointer * Coveralls: https://coveralls.io/r/stefankoegl/python-json-pointer ## AI interpretation — verify before relying Resolves JSON Pointers according to RFC 6901, allowing you to identify and access specific nodes within JSON documents using pointer syntax. Verdict: Stable, well-maintained RFC 6901 implementation with zero dependencies and no known vulnerabilities. Permissive BSD License and broad Python version support (3.10–3.14) make it a low-risk choice for JSON pointer operations. [View on SkillFed](https://skillfed.io/packages/jsonpointer) · [View on PyPI](https://pypi.org/project/jsonpointer/)