![]()
Codeable Model file Generator For Swift 5Version v2.2
Version v2.1
Version v2.0 (Swift 5)
Codeable version along with CodingKeys.Optional and non-optional variations.pod install
You will also need to install SwiftFormat with brew install swiftformat and SwiftLint with brew install swiftlint.

A Swift model generator like the Objective-C JSONAccelerator. Formats and generates models for the given JSON and also breaks them into files making it easy to manage and share between several models.
Codeable feature making encoding and decoding objects a thing of the past.Load folder with JSON files + Config to generate all possible models for given folder with JSON files, note this needs a .config.json as this uses the CLI logic internally.The older version of the project generating older swift code. Please keep in mind it is no longer supported.
Any suggestions regarding code quality of the app, generated code’s quality, Swift related improvements and pull requests are all very welcome. Please make sure you submit the pull request to the next release branch and not the master branch.