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

34 lines
706 B
JSON

{
"groups":[
{
"name":"restkit",
"users": {
"blake": {
"id": 31337,
"website": "http://restkit.org/"
},
"rachit": {
"id": 7,
"website": "http://www.twotoasters.com/",
"address": {
"city": "New York",
"state": "New York"
}
}
}
},
{
"name":"others",
"users":{
"bjorn": {
"id": 10,
"address": {
"city": "Gothenburg",
"country": "Sweden"
}
}
}
}
]
}