File: index.rst

package info (click to toggle)
python-jsondiff 2.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 228 kB
  • sloc: python: 1,047; makefile: 164; sh: 5
file content (28 lines) | stat: -rw-r--r-- 519 bytes parent folder | download | duplicates (4)
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`