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

swift 4: let #112

Open meiziteacher opened 6 years ago

meiziteacher commented 6 years ago

In utilityMethods, please change: "body": "\t\tlet dictionary = [String:Any]()\n", TO: "body": "\t\tvar dictionary = [String:Any]()\n",

zhangchenzhuo commented 6 years ago

same as me. it occurs when i export to swiftyJson