28 lines
606 B
JSON
28 lines
606 B
JSON
{
|
|
"articles": [
|
|
{
|
|
"id": "1",
|
|
"author": "Theo",
|
|
"title": "hello",
|
|
"date_created": "17/07/2020",
|
|
"date_modified": "17/07/2020",
|
|
"content": "## Hello ? **who's there**"
|
|
},
|
|
{
|
|
"id": "2",
|
|
"author": "Manon",
|
|
"title": "what's up ?",
|
|
"date_created": "17/07/2020",
|
|
"date_modified": "17/07/2020",
|
|
"content": "## **Payload 2**"
|
|
},
|
|
{
|
|
"id": "3",
|
|
"author": "Someone",
|
|
"title": "Who's there ?",
|
|
"date_created": "17/07/2020",
|
|
"date_modified": "17/07/2020",
|
|
"content": "_payload 3_"
|
|
}
|
|
]
|
|
} |