-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproducts.json
More file actions
67 lines (67 loc) · 1.6 KB
/
products.json
File metadata and controls
67 lines (67 loc) · 1.6 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"products": [
{
"id": 1,
"name": "Star Wars",
"picture": null,
"year": 1977,
"director": "George Lucas"
},
{
"id": 2,
"name": "The Empire Strikes Back",
"pictures": null,
"year": 1980,
"director": "Irvin Kershner"
},
{
"id": 3,
"name": "Return of the Jedi",
"pictures": null,
"year": 1983,
"director": "Richard Marquand"
},
{
"id": 4,
"name": "The Phantom Menace",
"pictures": null,
"year": 1999,
"director": "George Lucas"
},
{
"id": 5,
"name": "Attack of the Clones",
"pictures": null,
"year": 2002,
"director": "George Lucas"
},
{
"id": 6,
"name": "Revenge of the Sith",
"pictures": null,
"year": 2005,
"director": "George Lucas"
},
{
"id": 7,
"name": "The Force Awakens",
"pictures": null,
"year": 2015,
"director": "J.J. Abrams"
},
{
"id": 8,
"name": "The Last Jedi",
"pictures": null,
"year": 2015,
"director": "Rian Johnson"
},
{
"id": 9,
"name": "The Rise of Skywalker",
"pictures": null,
"year": 2015,
"director": "J.J. Abrams"
}
]
}