JSONExport icon indicating copy to clipboard operation
JSONExport copied to clipboard

Change NSCoding to Codable Protocol

Open ulayuno opened this issue 7 years ago • 2 comments

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.

ulayuno avatar Feb 16 '18 12:02 ulayuno

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

zahid119 avatar May 17 '18 05:05 zahid119

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

meghs91 avatar May 17 '18 16:05 meghs91