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

13 lines
229 B
JSON

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