-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathbooks.json
89 lines (89 loc) · 2.36 KB
/
books.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
[
{
"id": 1,
"name": "Journey to the Center of the Earth",
"price": 10.00,
"specifications": {
"Originally published":"November 25, 1864",
"Author":"Jules Verne",
"Page count": 183,
"Illustrator": "Édouard Riou",
"Genres": [
"Science Fiction",
"Adventure fiction"
]
}
},
{
"id": 2,
"name": "20,000 Leagues Under the Sea",
"price": 10.10,
"specifications": {
"Originally published":"June 20, 1870",
"Author":"Jules Verne",
"Page count": 213,
"Illustrator": [
"Édouard Riou",
"Alphonse-Marie-Adolphe de Neuville"
],
"Genres": "Adventure fiction"
}
},
{
"id": 3,
"name": "Harry Potter and the Goblet of Fire",
"price": 7.31,
"specifications": {
"Originally published":"July 8, 2000",
"Author":"J. K. Rowling",
"Page count": 636,
"Illustrator": [
"Cliff Wright",
"Mary GrandPré"
],
"Genres": [
"Fantasy Fiction",
"Drama",
"Young adult fiction",
"Mystery",
"Thriller",
"Bildungsroman"
]
}
},
{
"id": 4,
"name": "Fantastic Beasts and Where to Find Them: The Original Screenplay",
"price": 11.15,
"specifications": {
"Originally published":"November 18, 2016",
"Author":"J. K. Rowling",
"Page count": 457,
"Illustrator": "Cliff Wright",
"Genres": [
"Fantasy Fiction",
"Contemporary fantasy",
"Screenplay"
]
}
},
{
"id": 5,
"name": "The Lord of the Rings",
"price": 6.15,
"specifications": {
"Originally published":"July 29, 1954",
"Author":"J. R. R. Tolkien",
"Page count": 715,
"Illustrator": [
"Alan Lee",
"Ted Nashmith",
"J. R. R. Tolkien"
]
"Genres": [
"Fantasy Fiction",
"Adventure Fiction"
]
}
}
]