mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-06-14 01:55:48 +08:00
34 lines
706 B
JSON
34 lines
706 B
JSON
{
|
|
"groups":[
|
|
{
|
|
"name":"restkit",
|
|
"users": {
|
|
"blake": {
|
|
"id": 31337,
|
|
"website": "http://restkit.org/"
|
|
},
|
|
"rachit": {
|
|
"id": 7,
|
|
"website": "http://www.twotoasters.com/",
|
|
"address": {
|
|
"city": "New York",
|
|
"state": "New York"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name":"others",
|
|
"users":{
|
|
"bjorn": {
|
|
"id": 10,
|
|
"address": {
|
|
"city": "Gothenburg",
|
|
"country": "Sweden"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|