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

17 lines
341 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"
}
}
}
}