-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
63 lines (63 loc) · 1.08 KB
/
db.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
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
{
"fantasy": [
{
"id": 1,
"title": "The Lord of the Rings",
"author": "J. R. Tolkien"
},
{
"id": 2,
"title": "A Wizard of Earthsea",
"author": "Ursula K. Le Guin"
},
{
"id": 3,
"title": "A Game of Thrones",
"author": "George R. R. Martin"
},
{
"id": 4,
"title": "Alice in Wonderland",
"author": "Charles Lutwidge Dodgson"
},
{
"id": 5,
"title": "A Hero Born",
"author": "Jin Yong"
}
],
"drama": [
{
"id": 1,
"title": "Hamlet",
"author": "William Shakespeare"
},
{
"id": 2,
"title": "Othello",
"author": "William Shakespeare"
},
{
"id": 3,
"title": "The Importance of Being Earnest",
"author": "Oscar Wilde"
}
],
"scifi": [
{
"id": 1,
"title": "Ender's game",
"author": "Orson Scott Card"
},
{
"id": 2,
"title": "Batman",
"author": "Stan Lee"
},
{
"id": 3,
"title": "Spider Man",
"author": "Stan Lee"
}
]
}