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

12 lines
228 B
JSON

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