KeyValueObjectMapping
KeyValueObjectMapping copied to clipboard
Automatic KeyValue Object Mapping for Objective-C, parse JSON/plist/Dictionary automatically
Not worked on Swift
Added a locale to the parsing configuration which will be used in the date converter. By default the NSDateFormatter uses the current locale, which can fail to read some dates....
Can't figure out how and what to change to make it work thought. Do you think this is a good idea to support? or I am I doing it wrong?
Great framework, this method I added saves us from a lot of donkey code.
Reviewed how the DateFormatter is created to follow Apple's guidelines and demo implementation provided in [this documentation](https://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/DataFormatting/Articles/dfDateFormatting10_4.html). IMO, it makes more sense not to consider user locale since we generally...
Hi, I think I have a useful contribution to share, however, I am fairly new to Git, Mac, iOS, Objective C, this library, and well pretty anything that would inspire...
Hi, I had a look at your library, and I thing it can help me a lot. But I would like to use it for filling properties of an existing...
Hi, I got some issues when converting NSDictionary / NSArray from JSONKit with DCKeyValueObjectMapping library because it does not support NSNull representation. By default when a object is nil, JSONKit...
It should be possible to parse an array of objects even if the corresponding value in the dictionary is not an array. A use case is as follows: you parse...
I have a JSON like your Tweet example - that includes simple attributes and Array of complex type (includes several attributes too). I'm able to parse it into the object...