Skip to content

MMRecordAttributeAlternateNameKey is ignored if the value can be found using the default key #114

@sstigler

Description

@sstigler

For example:

{id: 123,
name: "outer",
inner:
{ id: 456,
name: "inner" }
}

Although MMRecord only provides default access to the outer dictionary, I would really like both the name and ID of the object represented by the inner dictionary. While MMRecordAttributeAlternateNameKey will work as expected for inner.name, if I specify inner.id I will get a value of 123 instead of 456.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions