We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@interface ProductList : NSObject
Optional("") // It's here
@Property (nonatomic, strong) NSArray * attributes; @Property (nonatomic, strong) NSString * desc; -(instancetype)initWithDictionary:(NSDictionary *)dictionary;
-(NSDictionary *)toDictionary; @EnD
The text was updated successfully, but these errors were encountered:
I want to know if this is a bug?
Sorry, something went wrong.
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
No branches or pull requests
@interface ProductList : NSObject
Optional("") // It's here
@Property (nonatomic, strong) NSArray * attributes;
@Property (nonatomic, strong) NSString * desc;
-(instancetype)initWithDictionary:(NSDictionary *)dictionary;
-(NSDictionary *)toDictionary;
@EnD
The text was updated successfully, but these errors were encountered: