You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 forinner.name
, if I specifyinner.id
I will get a value of 123 instead of 456.The text was updated successfully, but these errors were encountered: