A diff/patch pair for JSON-serialized data structures.
Project description
json-delta v1.1.3: A diff/patch pair and library for JSON data structures. (http://json_delta.readthedocs.org/)
JSON-delta is a multi-language software suite for computing deltas between JSON-serialized data structures, and applying those deltas as patches. It enables separate programs at either end of a communications channel (e.g. client and server over HTTP, or two processes talking to one another using bidirectional IPC) to manipulate a data structure while minimizing communications overhead.
This is the python implementation. It requires Python version 2.7 or newer (including Python 3). It can be installed in the standard way:
$ python setup.py install
(potentially needing superuser privileges). This will install a single module named json_delta, and scripts named json_diff, json_patch and json_cat.
HTML documentation for all four of these can be found in the doc/ directory, along with manpages for the scripts.
Donations to support the continuing development of JSON-delta will be gratefully received via gratipay (https://gratipay.com/phijaro), PayPal (himself@phil-roberts.name) or Bitcoin: (1HPJHRpVSm1Y4zrgppd2c6LysjxeabbQN4).
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Hashes for json_delta-1.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3cf34ca81e6c427c7122617668f424aad85b8d8e8518a325c887a78ce2a5d40a |
|
MD5 | 918e73d594f5f7cbaa321a99b16ac5f9 |
|
BLAKE2b-256 | 9053ba84a534ece9d323d51af4413674104cbd7e1d56cbb64983dba41058f381 |
Hashes for json_delta-1.1.3-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e8edd72a84381c84e39e79c4125da2efedb75102aced1193541e88b09e4ceca |
|
MD5 | c70032affcfa727fc4ac2453abea721c |
|
BLAKE2b-256 | b884eb8046469b861d8aedc24c57e62e8bb1faada23ea86a30344288bb6e1d06 |