-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmovies.json
33 lines (33 loc) · 981 Bytes
/
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
{
"categories": [
"Anime",
"Adventure",
"Fantasy"
],
"movies": [
{
"category": "Anime",
"description": "Japanese mecha anime television series",
"director": "Hideaki Anno",
"identifier": 1,
"releasedate": "1995-10-04",
"title": "Neon Genesis Evangelion"
},
{
"category": "Adventure",
"description": "Japanese adventure, dark fantasy anime series",
"director": "Seiji Mizushima",
"identifier": 2,
"releasedate": "2003-10-04",
"title": "Fullmetal Alchemist"
},
{
"category": "Fantasy",
"description": "Anime adaptation of the manga with 14 episodes",
"director": "Tatsuya Ishihara",
"identifier": 3,
"releasedate": "2006-04-02",
"title": "The Melancholy of Haruhi Suzumiya"
}
]
}