forked from SamuelKihoon/MovieML
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata_1.json
47 lines (47 loc) · 1.12 KB
/
data_1.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
[
{
"id": 1,
"first": "John",
"last": "Doe",
"url": "http://example.com/johndoe",
"date": "2024-01-01",
"hits": 100,
"campaigns": [ "campaign1", "campaign2" ]
},
{
"id": 2,
"first": "Jane",
"last": "Smith",
"url": "http://example.com/janesmith",
"date": "2024-02-01",
"hits": 150,
"campaigns": [ "campaign3", "campaign4" ]
},
{
"id": 3,
"first": "Alice",
"last": "Johnson",
"url": "http://example.com/alicejohnson",
"date": "2024-03-01",
"hits": 200,
"campaigns": [ "campaign5", "campaign6" ]
},
{
"id": 4,
"first": "Kim",
"last": "HyeongMin",
"url": "http://example.com/kim",
"date": "2000-05-31",
"hits": 150,
"campaigns": [ "campaign7", "campaign8" ]
},
{
"id": 5,
"first": "Yun",
"last": "SeokYeol",
"url": "http://example.com/yongsan",
"date": "1970-02-01",
"hits": 120,
"campaigns": [ "campaign9", "campaign10" ]
}
]