-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbooks.json
43 lines (43 loc) · 848 Bytes
/
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
[ {
"title" : "The Great Gatsby",
"authorName" : "F. Scott Fitzgerald",
"bookID" : 0,
"pages" : 180,
"authorID" : 0
}, {
"title" : "Winter Dreams",
"authorName" : "F. Scott Fitzgerald",
"bookID" : 1,
"pages" : 29,
"authorID" : 0
}, {
"title" : "To Kill a Mockingbird",
"authorName" : "Harper Lee",
"bookID" : 2,
"pages" : 336,
"authorID" : 1
}, {
"title" : "1984",
"authorName" : "George Orwell",
"bookID" : 3,
"pages" : 328,
"authorID" : 2
}, {
"title" : "Animal Farm",
"authorName" : "George Orwell",
"bookID" : 4,
"pages" : 140,
"authorID" : 2
}, {
"title" : "The Lord of the Rings",
"authorName" : " J. R. R. Tolkien",
"bookID" : 5,
"pages" : 1178,
"authorID" : 3
}, {
"title" : "Jane Eyre",
"authorName" : "Charlotte Bronte",
"bookID" : 6,
"pages" : 372,
"authorID" : 4
} ]