Skip to content

Releases: saadsahibjan/treetojson

treetojson 0.9.1

13 Dec 08:47
74fb236
Compare
Choose a tag to compare

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.

treetojson 0.0.17

01 Oct 13:55
Compare
Choose a tag to compare

treetojson 0.0.17

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, 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.