List view
Having seen the increasing types of mappings to add for both generic and custom data types, more and more if and elses will have to add to the following method accordingly. - [NSObject+JTObjectMapping setValueFromDictionary:mapping:] I believe this mechanism is not the best we can achieve. 1. I am thinking of adopting visitor pattern to so that our custom mappings subclasses will be asked what to do with the current object. 2. Adding block support to mappings for too specific custom types.
No due date