JSONExport icon indicating copy to clipboard operation
JSONExport copied to clipboard

For the new Objective-C class, the extra "Optional (" ")" is created.

Open mrhyh opened this issue 9 years ago • 3 comments

@interface ProductList : NSObject

Optional("") // It's here

@property (nonatomic, strong) NSArray * attributes; @property (nonatomic, strong) NSString * desc; -(instancetype)initWithDictionary:(NSDictionary *)dictionary;

-(NSDictionary *)toDictionary; @end

mrhyh avatar Nov 11 '16 08:11 mrhyh

I want to know if this is a bug?

flyweights avatar Nov 15 '16 05:11 flyweights

It is a bug indeed! Will get it sorted out as soon as possible. Thanks for reporting it!

Ahmed-Ali avatar Nov 15 '16 15:11 Ahmed-Ali

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

Ahmed-Ali avatar Nov 28 '16 08:11 Ahmed-Ali