19 lines
240 B
JSON
19 lines
240 B
JSON
{
|
|
"posts": [
|
|
{
|
|
"title": "Post 1",
|
|
"text": "text 1",
|
|
"_id": 1
|
|
},
|
|
{
|
|
"title": "Post 2",
|
|
"text": "text 2",
|
|
"_id": 2
|
|
},
|
|
{
|
|
"title": "a",
|
|
"text": "b",
|
|
"_id": 3
|
|
}
|
|
]
|
|
} |