1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
jsondiff
========
jsondiff is an MIT-licensed Python library which lets you compare, diff and patch JSON and JSON-like structures in
Python. It has special support for
* multiple and custom-defined diff syntaxes
* Python sets
* similarity-based list comparison
.. note:: jsondiff is currently in an early stage.
The API might change in backward incompatible ways.
Contents:
.. toctree::
:maxdepth: 2
basic_use
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|