-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
36 lines (36 loc) · 869 Bytes
/
data.json
File metadata and controls
36 lines (36 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"articles": [
{
"id": "1",
"title": "title1",
"tags": "#tag",
"description": "description1",
"photos": "Illustration_Lotus_corniculatus0.jpg",
"date": "2020-01-15T00:00:00.000Z"
},
{
"id": "2",
"title": "title2",
"tags": "#tag2",
"description": "description2",
"photos": "Illustration_Lotus_corniculatus2.jpg",
"date": "2020-02-15T00:00:00.000Z"
},
{
"id": "3",
"title": "title3",
"tags": "#tag3",
"description": "description3",
"photos": "Illustration_Lotus_corniculatus3.jpg",
"date": "2020-03-15T00:00:00.000Z"
},
{
"id": "4",
"title": "title4",
"tags": "#tag4",
"description": "description4",
"photos": "Illustration_Lotus_corniculatus3.jpg",
"date": "2020-03-15T00:00:00.000Z"
}
]
}