ijoshsmith / json2swift

A macOS command line tool that generates excellent Swift data models based on JSON data.
MIT License
701 stars 30 forks source link

Add configuration option to generate classes #7

Closed smileatom closed 7 years ago

smileatom commented 7 years ago

Immutable structs is a very opinionated choice, there should be an option to generate classes

ijoshsmith commented 7 years ago

Feel free to add that in your own fork of this repo.