-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy patharticles_example.json
More file actions
50 lines (50 loc) · 1.47 KB
/
articles_example.json
File metadata and controls
50 lines (50 loc) · 1.47 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[
{
"id": 1,
"authors": [
{
"id": 1,
"name": "James Smith"
},
{
"id": 2,
"name": "Jane Jones"
}
],
"title": "BREAKING NEWS: Water is wet!",
"content": "Scientists have discovered that water is wet, it's amazing what.... ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.",
"tags": ["science", "breaking"]
},
{
"id": 2,
"authors": [
{
"id": 3,
"name": "Aliya Awad"
},
{
"id": 4,
"name": "Igor Vladimir"
}
],
"title": "Heavy Snowfall Expected this Weekend",
"content": "Lots of snow is expected... Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
"tags": ["weather", "winter"]
},
{
"id": 3,
"authors": [
{
"id": 2,
"name": "Jane Jones"
},
{
"id": 5,
"name": "Kim Jensen"
}
],
"title": "BREAKING NEWS: These 10 Clickbait Titles Are Bad for Your Health, Number 7 Will SHOCK You!",
"content": "Haha, you clicked! Minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat ",
"tags": ["clickbait", "breaking"]
}
]