jsonpatch 1.33
0
Apply JSON-Patches (RFC 6902)
Contents
Apply JSON-Patches (RFC 6902)
Stars: 441, Watchers: 441, Forks: 96, Open Issues: 37The stefankoegl/python-json-patch
repo was created 13 years ago and the last code push was 2 months ago.
The project is popular with 441 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
Related Packages
Errors
A list of common jsonpatch errors.
Code Examples
Here are some jsonpatch
code examples and snippets.
GitHub Issues
The jsonpatch package has 37 open issues on GitHub
- Drop Python 2.7 support
- Moved the metadata into
setup.cfg
. - Invalid Patch Generated