A diff/patch pair for JSON-serialized data structures.
Project description
json-delta v1.1.2: 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.
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.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d893e91f9258788e219ed0b067653a8653a82e6d677138d5d142de9093550624 |
|
MD5 | 909e49c440f0ba5fd9d8e1fc84dc6765 |
|
BLAKE2b-256 | 0cbded3d5c240981d808d4ab200b34d2c60e15445f0ac5653d1fe6348468d9da |
Hashes for json_delta-1.1.2-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fea286184a46022c107a647b3203f79e1419a45a5a97a0446a66f3060cef046e |
|
MD5 | e83db91787167d0c7c022f5550851101 |
|
BLAKE2b-256 | 8dbb46cdb451eafa3015026b9fcfbe6e2970df3e54dba4ff4ba61d4988015dce |