mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-23 20:31:13 +08:00
41 lines
911 B
JSON
41 lines
911 B
JSON
{
|
|
"parents": [
|
|
{
|
|
"parentID": 12345,
|
|
"name": "Joe",
|
|
"children": [
|
|
{
|
|
"childID": 1111,
|
|
"name": "Oscar"
|
|
},
|
|
{
|
|
"childID": 2222,
|
|
"name": "Tom"
|
|
},
|
|
{
|
|
"childID": 3333,
|
|
"name": "Eli"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentID": 4567,
|
|
"name": "Mary",
|
|
"children": [
|
|
{
|
|
"childID": 1,
|
|
"name": "Sally"
|
|
},
|
|
{
|
|
"childID": 2222,
|
|
"name": "Tom"
|
|
},
|
|
{
|
|
"childID": 3333,
|
|
"name": "Eli"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|