Ahmed-Ali / JSONExport

JSONExport is a desktop application for Mac OS X which enables you to export JSON objects as model classes with their associated constructors, utility methods, setters and getters in your favorite language.
Other
4.8k stars 794 forks source link

Change NSCoding to Codable Protocol #104

Open ulayuno opened 6 years ago

ulayuno commented 6 years ago

I think it would be interesting to change the actual NSCoding protocol to the Codable protocol that Apple presented in the last WWDC. By doing so we can keep this awesome app up to date.

zahid119 commented 6 years ago

This can be helpful: http://www.json4swift.com/

meghs91 commented 6 years ago

I found handy tool for generating template based mode class online http://www.jsoncafe.com/ this might be helpful