ObjectiveRecord icon indicating copy to clipboard operation
ObjectiveRecord copied to clipboard

Nested objects won't get mapped

Open dzenbot opened this issue 11 years ago • 0 comments

Does ObjectiveRecord have NSKeyValueCoding support, for using valueForKeyPath instead of objectForKey?

I want to avoid to have an entity for each nested objects in the payload. This is a map example of what I have, but can't make it work. Any thoughts?

+ (NSDictionary *)mappings {
    return @{
             @"icons.image_48": @"image48"
             @"icons.image_64": @"image64"
             };
}

dzenbot avatar Jun 11 '14 14:06 dzenbot