Files
RestKit/Tests/Fixtures/JSON/ConnectingParents.json
2012-05-17 18:00:16 -04:00

13 lines
212 B
JSON

{
"children": [
{
"fatherID": 1
}
],
"parents": [
{
"parentID": 1
}
]
}