Metadata-Version: 2.1
Name: json2object
Version: 0.0.6
Summary: This is a simple package that deserializes json to your custom model include custom attributes and child objects.
Home-page: https://github.com/dsun615/json-2-object
Author: Denna Sun
Author-email: dennasun615@gmail.com
License: UNKNOWN
Description: This is a simple package that deserializes json to your custom model include custom attributes and child objects. It can return a single model or a list of the models. This will allow you to access through the model's attributes. 
        
        The deserializer can read list of dictionaries, dictionary or json string.
        
        For more details on how to use, please visit https://github.com/dsun615/json-2-object/wiki
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7
Description-Content-Type: text/markdown
