Files
MagicalRecord/Project Files/Unit Tests/Fixtures/SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey.json
2012-02-24 09:57:39 +01:00

24 lines
463 B
JSON

{
"mappedEntities":
[
{
"id": 1,
"sampleAttribute": "Sample Attribute Value 1"
}
,
{
"id": 2,
"sampleAttribute": "Sample Attribute Value 2"
}
,
{
"id": 3,
"sampleAttribute": "Sample Attribute Value 3"
}
,
{
"id": 4,
"sampleAttribute": "Sample Attribute Value 4"
}
]
}