mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-06-13 01:28:56 +08:00
16 lines
340 B
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"
|
|
}
|
|
}
|
|
}
|
|
} |