--- id: jsonpatch version: "1.33" license: Modified BSD License license_treatment: permissive maintenance: active --- # jsonpatch — Apply JSON-Patches (RFC 6902) License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install jsonpatch uv add jsonpatch poetry add jsonpatch ## Description python-json-patch ================= [![PyPI version](https://img.shields.io/pypi/v/jsonpatch.svg)](https://pypi.python.org/pypi/jsonpatch/) [![Supported Python versions](https://img.shields.io/pypi/pyversions/jsonpatch.svg)](https://pypi.python.org/pypi/jsonpatch/) [![Build Status](https://travis-ci.org/stefankoegl/python-json-patch.png?branch=master)](https://travis-ci.org/stefankoegl/python-json-patch) [![Coverage Status](https://coveralls.io/repos/stefankoegl/python-json-patch/badge.png?branch=master)](https://coveralls.io/r/stefankoegl/python-json-patch?branch=master) Applying JSON Patches in Python ------------------------------- Library to apply JSON Patches according to [RFC 6902](http://tools.ietf.org/html/rfc6902) See source code for examples * Website: https://github.com/stefankoegl/python-json-patch * Repository: https://github.com/stefankoegl/python-json-patch.git * Documentation: https://python-json-patch.readthedocs.org/ * PyPI: https://pypi.python.org/pypi/jsonpatch * Travis CI: https://travis-ci.org/stefankoegl/python-json-patch * Coveralls: https://coveralls.io/r/stefankoegl/python-json-patch Running external tests ---------------------- To run external... ## AI interpretation — verify before relying Applies JSON Patches according to RFC 6902, enabling programmatic modification of JSON documents through a standardized patch format. Verdict: Mature, well-maintained RFC 6902 implementation with no known vulnerabilities, permissive licensing, and minimal dependencies. Suitable for production use in JSON document manipulation workflows. [View on SkillFed](https://skillfed.io/packages/jsonpatch) · [View on PyPI](https://pypi.org/project/jsonpatch/)