mirror of
https://github.com/zhigang1992/MagicalRecord.git
synced 2026-04-29 12:35:52 +08:00
Added secondary attribute key mapping support Added test for secondary relationship key mapping support
8 lines
203 B
JSON
8 lines
203 B
JSON
{
|
|
"actualMappedKey": "mapped value from sample json file",
|
|
"actualRelatedObject":
|
|
{
|
|
"id": 50,
|
|
"sampleAttribute": "actualMappedRelationship value from sample json file"
|
|
}
|
|
} |