This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
data.json
78 lines (78 loc) · 3.75 KB
/
data.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
{
"books": [
{
"id": "978-0641723445",
"cat": ["book", "hardcover"],
"title": "The Lightning Thief",
"author": "Rick Riordan",
"series": "Percy Jackson and the Olympians",
"cover": "a.jpg",
"genre": "Fantasy",
"description":
"It is the first novel in the Percy Jackson & the Olympians series, which charts the adventures of modern-day twelve-year-old Percy Jackson as he discovers he is a demigod, the son of a mortal woman and the Greek god Poseidon.",
"price": 12.5,
"pages": 384
},
{
"id": "978-1423103349",
"cat": ["book", "paperback"],
"title": "The Sea of Monsters",
"author": "Rick Riordan",
"series": "Percy Jackson and the Olympians",
"cover": "b.jpg",
"genre": "Fantasy",
"description":
"In this retelling of Rick Riordans book, 'The Sea of Monsters', Percy Jackson, accompanied by his friends Annabeth Chase, Clarisse La Rue and Tyson, his half brother, goes on a journey to the Sea of Monsters to retrieve the Golden Fleece and save Camp Half-Blood.",
"price": 6.49,
"pages": 304
},
{
"id": "978-1857995879",
"cat": ["book", "paperback"],
"title": "Sophie's World:The Greek Philosophers",
"author": "Jostein Gaarder",
"cover": "c.jpg",
"genre": "Fantasy",
"description":
"Sophie's World. ... Sophie's World (Norwegian: Sofies verden) is a 1991 novel by Norwegian writer Jostein Gaarder. It follows the events of Sophie Amundsen, a teenage girl living in Norway, and Alberto Knox, a middle-aged philosopher who introduces her to philosophical thinking and the history of philosophy.",
"price": 3.07,
"pages": 64
},
{
"id": "978-1933988177",
"cat": ["book", "paperback"],
"title": "Lucene in Action, Second Edition",
"author": "Michael McCandless",
"cover": "d.jpg",
"genre": "IT",
"description":
"When Lucene first hit the scene five years ago, it was nothing short ofamazing. By using this open-source, highly scalable, super-fast search engine, developers could integrate search into applications quickly and efficiently. A lot has changed since then-search has grown from a 'nice-to-have' feature into an indispensable part of most enterprise applications. Lucene now powerssearch in diverse companies including Akamai, Netflix, LinkedIn,Technorati, HotJobs, Epiphany, FedEx, Mayo Clinic, MIT, New ScientistMagazine, and many others.",
"price": 30.5,
"pages": 475
},
{
"id": "978-0439358064",
"cat": ["book", "paperback"],
"title": "Harry Potter and the Order of the Phoenix",
"author": "J. K. Rowling",
"cover": "e.jpg",
"genre": "Fantasy",
"description":
"It follows Harry Potter's struggles through his fifth year at Hogwarts School of Witchcraft and Wizardry, including the surreptitious return of the antagonist Lord Voldemort, O.W.L. exams, and an obstructive Ministry of Magic.",
"price": 10.21,
"pages": 870
},
{
"id": "978-0062315007",
"cat": ["book", "paperback"],
"title": "The Alchemist",
"author": "Paulo Coelho",
"cover": "f.jpg",
"genre": "Fantasy Fiction",
"description":
"Paulo Coelho's masterpiece tells the mystical story of Santiago, an Andalusian shepherd boy who yearns to travel in search of a worldly treasure. His quest will lead him to riches far different—and far more satisfying—than he ever imagined. Santiago's journey teaches us about the essential wisdom of listening to our hearts, of recognizing opportunity and learning to read the omens strewn along life's path, and, most importantly, to follow our dreams.",
"price": 13.55,
"pages": 208
}
]
}