Skip to content
Anton edited this page May 18, 2017 · 14 revisions

Platform Cocoapods Compatible Carthage compatible Build Status License

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.