Files
MagicalRecord/Unit Tests/Fixtures/SingleEntityRelatedToMappedEntityWithSecondaryMappings.json
Saul Mora e5d876a146 Improve date import handling
Added secondary attribute key mapping support
Added test for secondary relationship key mapping support
2011-08-18 16:15:38 -06:00

8 lines
203 B
JSON

{
"actualMappedKey": "mapped value from sample json file",
"actualRelatedObject":
{
"id": 50,
"sampleAttribute": "actualMappedRelationship value from sample json file"
}
}