This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Description
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"
};
}