===========
Simple Utility Library to map a tree structure to a valid JSON object.
treetojson is helpful in converting a given tree structure into a valid JSON. Using this a tree strcuture can be easily interpreted to a valid JSON.
If you encounter any errors in the code, please file an issue on github: https://github.com/saadsahibjan/treetojson/issues
Installation
============
The treetojson module is [published on the Python Package Index](https://pypi.python.org/pypi/treetojson) or [published on the Python Package Index - new](https://pypi.org/project/treetojson/), so you can install it using pip or easy_install.
pip install treetojson
or
easy_install treetojson
That should be all you need to go.