-
Notifications
You must be signed in to change notification settings - Fork 1
/
data.json
53 lines (50 loc) · 955 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
52
53
{
"campaigns":[{
"name":"ABC",
"date":"2017-10-09",
"icon":"",
"country":["US"]
},
{
"name":"DEF",
"date":"2019-10-20",
"icon":"",
"country":["JP","FR","IN"]
},
{
"name":"GHI",
"date":"2018-01-19",
"icon":"",
"country":["PK","NO","AT"]
},
{
"name":"JKL",
"date":"2017-12-27",
"icon":"",
"country":["IN"]
},
{
"name":"MNO",
"date":"2018-12-19",
"icon":"",
"country":["US"]
},
{
"name":"PQR",
"date":"2019-05-20",
"icon":"",
"country":["FI"]
},
{
"name":"STU",
"date":"2019-07-28",
"icon":"",
"country":["NO"]
},
{
"name":"VWX",
"date":"2017-08-18",
"icon":"",
"country":["IN"]
}]
}