JSONExport
JSONExport copied to clipboard
For the new Objective-C class, the extra "Optional (" ")" is created.
@interface ProductList : NSObject
Optional("") // It's here
@property (nonatomic, strong) NSArray * attributes; @property (nonatomic, strong) NSString * desc; -(instancetype)initWithDictionary:(NSDictionary *)dictionary;
-(NSDictionary *)toDictionary; @end
I want to know if this is a bug?
It is a bug indeed! Will get it sorted out as soon as possible. Thanks for reporting it!
Hi, Could you check out the last release and confirm if the issue doesn't exist? https://github.com/Ahmed-Ali/JSONExport/releases
If it still exist, would you please provide your JSON that I can use to reproduce it. Thanks