jsonpatch

Apply JSON-Patches (RFC 6902)

Modified BSD License 42 个版本 Python >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*
安装
pip install jsonpatch
poetry add jsonpatch
pipenv install jsonpatch
conda install jsonpatch
描述

python-json-patch

PyPI version Supported Python versions Build Status Coverage Status

Applying JSON Patches in Python

Library to apply JSON Patches according to RFC 6902

See source code for examples

Running external tests

To run external tests (such as those from https://github.com/json-patch/json-patch-tests) use ext_test.py

./ext_tests.py ../json-patch-tests/tests.json
版本列表
1.33 2023-06-16
1.32 2021-03-13
1.31 2021-03-04
1.30 2021-03-02
1.28 2020-12-01
1.27 2020-11-23
1.26 2020-06-22
1.25 2020-01-29
1.24 2019-07-28
1.23 2018-04-02
1.22 2018-04-02
1.21 2017-12-30
1.20 2017-11-25
1.16 2017-06-15
1.15 2017-01-12
1.14 2016-05-31
1.13 2016-02-13
1.12 2015-11-03
1.11 2015-05-08
1.10 2015-05-07
1.9 2014-11-03
1.8 2014-09-26
1.7 2014-07-03
1.6 2014-06-24
1.5 2014-03-22
1.4 2014-03-22
1.3 2013-10-13
1.2 2013-10-09
1.1 2013-06-27
1.0 2013-04-03
0.12 2013-01-03
0.11 2013-01-03
0.10 2012-11-26
0.9 2012-11-26
0.8 2012-11-15
0.7 2012-10-05
0.6 2012-09-28
0.5 2012-09-17
0.4 2012-07-18
0.3 2012-06-22
0.2 2011-09-17
0.1 2011-08-01