Closed kostiakoval closed 11 years ago
Hi @konstantinkoval thank you for your support :D
Your pull request does fix the bug?
Hi @dchohfi, You are welcome :) Yes, it does.
Awesome! Thank you for the pull request and you've also added tests! It's awesome!
I had exception when tried to parse json with destination object that doesn't have some property. Parser should skip not existing properties.
Example - " { "id": "27924446", "name": "Diego Chohfi" } " @interface TestClass @property (nonatomic, strong) NSString *id; // I don't want to parse name
DCKeyValueObjectMapping parser = [DCKeyValueObjectMapping mapperForClass: [TestClass class] andConfiguration:nil]; TestClass test = [parser parseDictionary:jsData];