treetojson 0.9.1
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 or published on the Python Package Index - new, 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.