mirror of
https://github.com/zhigang1992/Argo.git
synced 2026-01-12 22:45:56 +08:00
25 lines
329 B
JSON
25 lines
329 B
JSON
{
|
|
"id": 3,
|
|
"text": "A Cool story.",
|
|
"author": {
|
|
"id": 1,
|
|
"name": "Cool User"
|
|
},
|
|
"comments": [
|
|
{
|
|
"id": 6,
|
|
"text": "Cool story bro.",
|
|
"author": {
|
|
"id": 1,
|
|
"name": "Cool User"
|
|
}
|
|
},
|
|
{
|
|
"id": 6,
|
|
"author": {
|
|
"id": 1,
|
|
"name": "Cool User"
|
|
}
|
|
}
|
|
]
|
|
} |