-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbooks.json
More file actions
29 lines (29 loc) · 715 Bytes
/
books.json
File metadata and controls
29 lines (29 loc) · 715 Bytes
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
[
{
"bookName" : "War and Peace",
"authorName" : "Leo Tolstoy",
"publisherName" : "David Campbell",
"publicationDate" : "09-03-2003"
}
,
{
"bookName" : "Middle March",
"authorName" : "George ELiot",
"publisherName" : "Ursula Martin",
"publicationDate" : "12-03-2000"
}
,
{
"bookName" : "Nineteen Eighty-Four",
"authorName" : "George Orwell",
"publisherName" : "D J Taylor",
"publicationDate" : "04-04-1993"
}
,
{
"bookName" : "The Confessions",
"authorName" : "Augustine",
"publisherName" : "Simon Yarrow",
"publicationDate" : "10-04-2009"
}
]