python-jsonobject

Json to object convertion with field type validations


License
MIT
Install
pip install python-jsonobject==0.0.2rc4

Documentation

JSON to object library

Json object is a library to convert JSON to objects with certain rules. You can define attribute types and the converter asserts that the JSON attribute is the expected.