Metadata-Version: 1.1
Name: python-jsonobject
Version: 0.0.2rc4
Summary: Json to object convertion with field type validations
Home-page: https://github.com/sorinaso/python-jsonobject
Author: Alejandro Souto
Author-email: sorinaso@gmail.com
License: MIT
Description: ****************************************
        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.
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
