Create Swift data models from JSON

I published a tool that analyzes JSON data and generates Swift data model code, named json2swift. This tool helps eliminate most of the error-prone grunt work involved with consuming JSON data in a Swift app. The repository’s README has more details.

https://github.com/ijoshsmith/json2swift

This has been an interesting project to work on, especially building a type inference engine, as described here.

This entry was posted in Swift. Bookmark the permalink.

1 Response to Create Swift data models from JSON

  1. Pingback: Dew Drop - October 31, 2016 (#2356) - Morning Dew

Comments are closed.