dchohfi / KeyValueObjectMapping

Automatic KeyValue Object Mapping for Objective-C, parse JSON/plist/Dictionary automatically
http://dchohfi.com/
MIT License
602 stars 90 forks source link

Nice to have: addMapper in DCParserConfiguration #69

Open modamoda opened 9 years ago

modamoda commented 9 years ago

Current DCParserConfiguration supports addArrayMapper: and addObjectMapping: I think it could be nice to introduce addMapper:(id)mapper that supports both object mapping and array mapping in single API. :smile:

sebastianludwig commented 8 years ago

This can be closed.