.. json_delta documentation master file, created by
   sphinx-quickstart on Wed Oct  1 22:46:58 2014.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

JSON-delta: a diff/patch pair for JSON-serialized data structures
=================================================================

This documentation is automatically generated from the docstrings in
the source.  More polished documentation can be found at
http://json_delta.readthedocs.org/

json_delta
----------
.. automodule:: json_delta
   :members: diff, patch, udiff, upatch, load_and_diff, load_and_patch, load_and_udiff, load_and_upatch

json_delta._diff
----------------
.. automodule:: json_delta._diff
   :members:

json_delta._patch
-----------------
.. automodule:: json_delta._patch
   :members:

json_delta._udiff
-----------------
.. automodule:: json_delta._udiff
   :members:

json_delta._upatch
------------------
.. automodule:: json_delta._upatch
   :members:

json_delta._util
----------------
.. automodule:: json_delta._util
   :members:
   :private-members:

Manpages for CLI scripts:

.. toctree::
   :maxdepth: 2

   json_diff.1
   json_patch.1
   json_cat.1


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

