dchohfi / KeyValueObjectMapping

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

Issue with multiple array mappers with same key/attribute name #92

Closed mungler closed 12 months ago

mungler commented 5 years ago

The logic for looking up an array mapper seems to have a problem if you have multiple array mappers which act on the same key/attribute name (though in different classes).

I think this needs a class reference check also?

https://github.com/dchohfi/KeyValueObjectMapping/blob/master/KeyValueObjectMapping/DCParserConfiguration.m#L103-L114