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

Nested objects won't get mapped #97

@dzenbot

Description

@dzenbot

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions