Contents

jsonpatch 1.33

0

Apply JSON-Patches (RFC 6902)

Apply JSON-Patches (RFC 6902)

Stars: 425, Watchers: 425, Forks: 92, Open Issues: 35

The stefankoegl/python-json-patch repo was created 12 years ago and the last code push was 2 weeks ago.
The project is popular with 425 github stars!

How to Install jsonpatch

You can install jsonpatch using pip

pip install jsonpatch

or add it to a project with poetry

poetry add jsonpatch

Package Details

Author
Stefan Kögl
License
Modified BSD License
Homepage
https://github.com/stefankoegl/python-json-patch
PyPi:
https://pypi.org/project/jsonpatch/
Documentation:
https://python-json-patch.readthedocs.org/
GitHub Repo:
https://github.com/stefankoegl/python-json-patch

Classifiers

  • Software Development/Libraries
  • Utilities
No  jsonpatch  pypi packages just yet.

Errors

A list of common jsonpatch errors.

Code Examples

Here are some jsonpatch code examples and snippets.

GitHub Issues

The jsonpatch package has 35 open issues on GitHub

  • Drop Python 2.7 support
  • Moved the metadata into setup.cfg.
  • Invalid Patch Generated

See more issues on GitHub

Related Packages & Articles

ijson 3.2.3

Iterative JSON parser with standard Python iterator interfaces

jsonpickle 3.0.3

Python library for serializing any arbitrary object graph into JSON

httpie 3.2.2

The httpie Python package is a user-friendly command-line HTTP client for the API era. It aims to simplify the interaction with web services from the command line, making it an excellent tool for testing, debugging, and interacting with APIs and HTTP servers. httpie provides a range of features, including expressive syntax, colorized output, built-in JSON support, and the ability to handle forms and file uploads. This package is a key tool in the realm of Web Development and API Testing.

fastapi 0.110.1

FastAPI framework, high performance, easy to learn, fast to code, ready for production