Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 406 Bytes

File metadata and controls

6 lines (3 loc) · 406 Bytes

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