-
Notifications
You must be signed in to change notification settings - Fork 7
/
list.json
34 lines (34 loc) · 880 Bytes
/
list.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
{
"movies": [
{
"id": 1,
"name": "Avengers: Endgame",
"thumbnail": "https://raw.githubusercontent.com/TradeRev/tr-ios-challenge/master/1.jpg",
"year": 2019
},
{
"id": 2,
"name": "Home Alone",
"thumbnail": "https://raw.githubusercontent.com/TradeRev/tr-ios-challenge/master/2.jpg",
"year": 1990
},
{
"id": 3,
"name": "Inception",
"thumbnail": "https://raw.githubusercontent.com/TradeRev/tr-ios-challenge/master/3.jpg",
"year": 2010
},
{
"id": 4,
"name": "Toy Story",
"thumbnail": "https://raw.githubusercontent.com/TradeRev/tr-ios-challenge/master/4.jpg",
"year": 1995
},
{
"id": 5,
"name": "The Dark Knight",
"thumbnail": "https://raw.githubusercontent.com/TradeRev/tr-ios-challenge/master/5.jpg",
"year": 2008
}
]
}