mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-06-13 09:35:24 +08:00
17 lines
341 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|