パッケージ: python-jsonpatch (1.21-1)
python-jsonpatch に関するリンク
Debian の資源:
python-json-patch ソースパッケージをダウンロード:
- [python-json-patch_1.21-1.dsc]
- [python-json-patch_1.21.orig.tar.gz]
- [python-json-patch_1.21-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
library to apply JSON patches - Python 2.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 2.x module.
その他の python-jsonpatch 関連パッケージ
|
|
|
|
-
- dep: python
- 対話式の高レベルオブジェクト指向言語 (Python2 バージョン)
-
- dep: python-json-pointer (>= 1.9)
- resolve JSON pointers - Python 2.7