forked from gopalthedev/secondrepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
educational_movies.json
34 lines (34 loc) · 938 Bytes
/
educational_movies.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
educational_movies = [
{
"id": 1,
"title": "Cosmos: A Spacetime Odyssey",
"description": "Exploring the universe and science.",
"director": "Neil deGrasse Tyson",
"year": 2014,
"category": "Science"
},
{
"id": 2,
"title": "An Inconvenient Truth",
"description": "Climate change documentary.",
"director": "Davis Guggenheim",
"year": 2006,
"category": "Environmental"
},
{
"id": 4,
"title": "An Inconvenient Truth",
"description": "Climate change documentary.",
"director": "Davis Guggenheim",
"year": 2006,
"category": "Environmental"
},
{
"id": 3,
"title": "Blackfish",
"description": "Documentary about killer whales in captivity.",
"director": "Gabriela Cowperthwaite",
"year": 2013,
"category": "Biology"
}
]