lchrzaszcz / dojson

Simple pythonic JSON to JSON converter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DoJSON

About

DoJSON is a simple Pythonic JSON to JSON converter.

Installation

DoJSON is on PyPI so all you need is:

pip install dojson

Documentation

Documentation is readable at http://dojson.readthedocs.org or it can be built using Sphinx:

pip install dojson[docs]
python setup.py build_sphinx

Testing

Running the test suite is as simple as:

python setup.py test

About

Simple pythonic JSON to JSON converter.

License:Other


Languages

Language:Python 99.9%Language:Shell 0.1%