forked from werhereitacademy/Python_Modul_Week_2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
44 lines (44 loc) · 815 Bytes
/
data.json
File metadata and controls
44 lines (44 loc) · 815 Bytes
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
[
{
"title": "Movie 1",
"director": "Steven Spielberg",
"year": 1998,
"genre": "Romance"
},
{
"title": "Movie 2",
"director": "Guillermo del Toro",
"year": 1995,
"genre": "Drama"
},
{
"title": "Movie 3",
"director": "Kathryn Bigelow",
"year": 2020,
"genre": "Action"
},
{
"title": "a",
"director": "a",
"year": 2025,
"genre": "a"
},
{
"title": "a",
"director": "a",
"year": 2025,
"genre": "a"
},
{
"title": "Block",
"director": "Buster",
"year": 2020,
"genre": "me"
},
{
"title": "me",
"director": "me",
"year": 2005,
"genre": "me"
}
]