Files
RestKit/Specs/Fixtures/JSON/DynamicKeysWithRelationship.json

16 lines
340 B
JSON

{
"users": {
"blake": {
"id": 31337,
"website": "http://restkit.org/"
},
"rachit": {
"id": 7,
"website": "http://www.twotoasters.com/",
"address": {
"city": "New York",
"state": "New York"
}
}
}
}