mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-06-14 10:09:10 +08:00
15 lines
201 B
JSON
15 lines
201 B
JSON
{
|
|
"name": "Blake Watters",
|
|
"type": "Boy",
|
|
"friends": [
|
|
{
|
|
"name": "John Doe",
|
|
"type": "Boy"
|
|
},
|
|
{
|
|
"name": "Jane Doe",
|
|
"type": "Girl"
|
|
}
|
|
]
|
|
}
|