-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Anton edited this page May 18, 2017
·
14 revisions
JSONModelKit uses a JSON, or Plist, mapping file to generate flexible data models against API. JSONModelKit differs from other mapping frameworks by taking an API-centric focus by mapping a model's properties against dictionary's keys. Once the model definition is created, JSONModel kit automatically generate, and add the model files to the project ready to use.
The benefits to this approach ensures that the model continuously stays in sync with the API in a single place, which in return allows for the development effort to focus on using MVVM, and Protocol Oriented Programming paradigms for maximum flexibility in the development lifecycle.
- Auto-Model Generation .json/.plists configuration files
- Optional & Non-Optional Property Mapping:
- String, Int, Double, Float, Bool, Array, Dictionary
- Collections Types: Array, Dictionary
- Structs, Enums, Closures, Tuples via Transformations
- Supports Nested Types
- Mapping Nested Values
- Predefine Default Values
A Good Day Production
LinkedIn | Twitter @AntonTheDev