send link to app

Smart JsonToModel


Productivity
0.99 USD

Smart JSONToModel allows rapid creation of smart data models. You can use it in your iOS, macOS, watchOS and tvOS apps. Automatic introspection of your model classes and JSON input drastically reduces the amount of code you have to write.JSONModel allows rapid creation of smart data models. You can use it in your iOS, macOS, watchOS and tvOS apps. Automatic introspection of your model classes and JSON input drastically reduces the amount of code you have to write.
If the validation of the JSON passes. you have all the corresponding properties in your model populated from the JSON. Smart JsonToModel will also try to convert as much data to the types you expect. In the example above it will:

convert id from string (in the JSON) to an int for your class
copy the country value
convert dialCode from a number (in the JSON) to an NSString value
copy the isInEurope value
All you have to do is define the properties and their expected types.