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

Description method is missing #111

Open varun-naharia opened 6 years ago

varun-naharia commented 6 years ago

When I tried to print object it doesn't show full object detail, It just show object but property/object in that object this is because of missing description method from all class generated. refer this link http://iosdevelopertips.com/cocoa/overriding-nsobject-description-method.html Please fix this.