mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-06-14 01:55:48 +08:00
40 lines
874 B
JSON
40 lines
874 B
JSON
{
|
|
"lists": [
|
|
{
|
|
"name": "First List",
|
|
"author": {
|
|
"name": "Blake"
|
|
},
|
|
"entries": [
|
|
{
|
|
"name": "First List Entry"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Second List",
|
|
"author": {
|
|
"name": "Blake"
|
|
},
|
|
"entries": [
|
|
{
|
|
"name": "Second List Entry"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Third List",
|
|
"author": {
|
|
"name": "Sarah"
|
|
},
|
|
"entries": [
|
|
{
|
|
"name": "Third List Entry",
|
|
"relatedList": {
|
|
"name": "First List"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |