-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsample.json
More file actions
152 lines (152 loc) · 4.08 KB
/
sample.json
File metadata and controls
152 lines (152 loc) · 4.08 KB
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
[
{
"title": "1984",
"author": "George Orwell",
"publication_year": 1949,
"description": "Dystopia of surveillance and total control."
},
{
"title": "To Kill a Mockingbird",
"author": "Harper Lee",
"publication_year": 1960,
"description": "Childhood story against racism and injustice."
},
{
"title": "The Great Gatsby",
"author": "F. Scott Fitzgerald",
"publication_year": 1925,
"description": "Dream, wealth, and heartbreak in America."
},
{
"title": "Moby-Dick",
"author": "Herman Melville",
"publication_year": 1851,
"description": "Captain’s obsessive hunt for the white whale."
},
{
"title": "Pride and Prejudice",
"author": "Jane Austen",
"publication_year": 1813,
"description": "Love meets class, manners, and misunderstandings."
},
{
"title": "The Catcher in the Rye",
"author": "J.D. Salinger",
"publication_year": 1951,
"description": "Teen struggles with identity and society."
},
{
"title": "Brave New World",
"author": "Aldous Huxley",
"publication_year": 1932,
"description": "Future society controlled through pleasure."
},
{
"title": "The Alchemist",
"author": "Paulo Coelho",
"publication_year": 1988,
"description": "A shepherd follows destiny’s calling."
},
{
"title": "Sapiens",
"author": "Yuval Noah Harari",
"publication_year": 2011,
"description": "Human history from evolution to civilization."
},
{
"title": "The Hobbit",
"author": "J.R.R. Tolkien",
"publication_year": 1937,
"description": "Adventure to reclaim treasure from dragon."
},
{
"title": "Fahrenheit 451",
"author": "Ray Bradbury",
"publication_year": 1953,
"description": "Books banned; fireman questions society."
},
{
"title": "The Road",
"author": "Cormac McCarthy",
"publication_year": 2006,
"description": "Father and son surviving post-apocalypse."
},
{
"title": "The Kite Runner",
"author": "Khaled Hosseini",
"publication_year": 2003,
"description": "Friendship, guilt, and redemption in Afghanistan."
},
{
"title": "Atomic Habits",
"author": "James Clear",
"publication_year": 2018,
"description": "Small habits create big life changes."
},
{
"title": "The Power of Now",
"author": "Eckhart Tolle",
"publication_year": 1997,
"description": "Present-moment awareness transforms life."
},
{
"title": "Rich Dad Poor Dad",
"author": "Robert Kiyosaki",
"publication_year": 1997,
"description": "Lessons about money and mindset."
},
{
"title": "The Lean Startup",
"author": "Eric Ries",
"publication_year": 2011,
"description": "Build startups through continuous learning."
},
{
"title": "Thinking, Fast and Slow",
"author": "Daniel Kahneman",
"publication_year": 2011,
"description": "How our thinking operates in dual modes."
},
{
"title": "Man’s Search for Meaning",
"author": "Viktor E. Frankl",
"publication_year": 1946,
"description": "Finding purpose through suffering and hope."
},
{
"title": "Educated",
"author": "Tara Westover",
"publication_year": 2018,
"description": "Woman escapes strict upbringing for education."
},
{
"title": "The Shining",
"author": "Stephen King",
"publication_year": 1977,
"description": "Hotel turns terrifying for isolated family."
},
{
"title": "The Old Man and the Sea",
"author": "Ernest Hemingway",
"publication_year": 1952,
"description": "Fisherman battles an enormous marlin."
},
{
"title": "The Lord of the Rings",
"author": "J.R.R. Tolkien",
"publication_year": 1954,
"description": "Epic quest to destroy powerful ring."
},
{
"title": "Crime and Punishment",
"author": "Fyodor Dostoevsky",
"publication_year": 1866,
"description": "Crime leads to psychological torment."
},
{
"title": "The Silent Patient",
"author": "Alex Michaelides",
"publication_year": 2019,
"description": "Woman stops speaking after shocking crime."
}
]