1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[
{
"id": "002",
"title": "Syntax Possiblities",
"author": "John Doe",
"description": "Praesent maximus erat vitae arcu semper, sit amet euismod risus porta.",
"tag": "security",
"created": "2020-12-08 00:00:00",
"modified": "2020-12-08 00:00:00",
"link": "https:\/\/blog.example.com\/post\/example-syntax.html",
"published": "Yes"
},
{
"id": "001",
"title": "Lorem Ipsum",
"author": "John Doe",
"description": "Lorem ipsum dolor sit amet...",
"tag": "writing",
"created": "2018-11-28 00:00:00",
"modified": "2018-11-28 00:00:00",
"link": "https:\/\/blog.example.com\/post\/lorem-ipsum.html",
"published": "Yes"
}
]
|