Skip to content

This is a simple package that will parse json to your custom model. This will allow you to access through the model's attributes. The parser can handle custom object attributes and child attributes.

License

Notifications You must be signed in to change notification settings

dsun615/json-2-object

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is a simple package that will parse json to your custom model. This will allow you to access through the model's attributes. The parser can handle custom object attributes and child attributes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages