File size: 1,529 Bytes
b407c71
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[
    {
        "title": "To Kill a Mockingbird",
        "author": "Harper Lee",
        "publication_year": 1960,
        "genre": "Fiction"
    },
    {
        "title": "1984",
        "author": "George Orwell",
        "publication_year": 1949,
        "genre": "Dystopian"
    },
    {
        "title": "The Great Gatsby",
        "author": "F. Scott Fitzgerald",
        "publication_year": 1925,
        "genre": "Tragedy"
    },
    {
        "title": "Pride and Prejudice",
        "author": "Jane Austen",
        "publication_year": 1813,
        "genre": "Romance"
    },
    {
        "title": "The Catcher in the Rye",
        "author": "J.D. Salinger",
        "publication_year": 1951,
        "genre": "Literary Fiction"
    },
    {
        "title": "Moby Dick",
        "author": "Herman Melville",
        "publication_year": 1851,
        "genre": "Adventure"
    },
    {
        "title": "War and Peace",
        "author": "Leo Tolstoy",
        "publication_year": 1869,
        "genre": "Historical Fiction"
    },
    {
        "title": "The Odyssey",
        "author": "Homer",
        "publication_year": -800,
        "genre": "Epic Poetry"
    },
    {
        "title": "Ulysses",
        "author": "James Joyce",
        "publication_year": 1922,
        "genre": "Modernist"
    },
    {
        "title": "The Divine Comedy",
        "author": "Dante Alighieri",
        "publication_year": 1320,
        "genre": "Epic Poetry"
    }
]