'demjson' is a Python language module for encoding and decoding JSON data.

To install, type:

   python setup.py install

or optionally just copy the file "demjson.py" to whereever you want.
See INSTALL.txt for mo detailed instructions.


The module is self-documented, so within the python interpreter type:

   import demjson
   help(demjson)

or from a command line:

   pydoc demjson


This software is Free Software and is licensed under the terms
of the GNU LGPL.  More information is found at the top of the
demjson.py source file and the included LICENSE.txt file.

Written by Deron Meranda
http://deron.meranda.us/python/demjson/

