Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mrhyh opened this issue Nov 11, 2016 · 3 comments
Open

Comments

@mrhyh
Copy link

mrhyh commented Nov 11, 2016

@interface ProductList : NSObject

Optional("") // It's here

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

-(NSDictionary *)toDictionary;
@EnD

@flyweights
Copy link

I want to know if this is a bug?

@Ahmed-Ali
Copy link
Owner

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

@Ahmed-Ali
Copy link
Owner

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 Ahmed-Ali reopened this Nov 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants