-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
51 lines (51 loc) · 1001 Bytes
/
data.json
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
51
{
"data": [
{
"id": "001",
"publishedDate": "2021-09-01",
"status": "Published",
"totalViews": "20.000",
"categories": [
{
"id": "CAT-001",
"name": "Fantasy"
},
{
"id": "CAT-002",
"name": "Adventure"
}
],
"title": "Lorem Ipsum dor Selamet 1"
},
{
"id": "002",
"publishedDate": "2021-09-01",
"status": "Draft",
"categories": [
{
"id": "CAT-001",
"name": "Fantasy"
},
{
"id": "CAT-002",
"name": "Adventure"
}
],
"totalViews": "10.000",
"title": "Lorem Ipsum dor Selamet 2"
},
{
"id": "003",
"publishedDate": "2021-09-01",
"status": "Published",
"categories": [
{
"id": "CAT-003",
"name": "Horror"
}
],
"totalViews": "30.000",
"title": "Lorem Ipsum dor Selamet 3"
}
]
}