软件包: python3-jsonpatch (1.19+really1.16-1fakesync1)
python3-jsonpatch 的相关链接
Trisquel 的资源:
下载源码包 python-json-patch:
- [python-json-patch_1.19+really1.16-1fakesync1.dsc]
- [python-json-patch_1.19+really1.16.orig.tar.gz]
- [python-json-patch_1.19+really1.16-1fakesync1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Python Modules Team (Mail Archive)
- Thomas Goirand
- Geoffrey Thomas
外部的资源:
- 主页 [github.com]
相似软件包:
library to apply JSON patches - Python 3.x
Python-json-patch is a Python module (a library) to apply JSON Patches according to the IETF draft specification.
From the IETF site:
JavaScript Object Notation (JSON) [RFC4627] is a common format for the exchange and storage of structured data. HTTP PATCH [RFC5789] extends the Hypertext Transfer Protocol (HTTP) [RFC2616] with a method to perform partial modifications to resources.
JSON Patch is a format (identified by the media type "application/ json-patch") for expressing a sequence of operations to apply to a target JSON document, suitable for use with the HTTP PATCH method.
This format is also potentially useful in other cases when it's necessary to make partial updates to a JSON document.
This package provides the Python 3.x module.
其他与 python3-jsonpatch 有关的软件包
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-json-pointer (>= 1.9)
- resolve JSON pointers - Python 3.x