-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
51 lines (51 loc) · 1.23 KB
/
data.json
File metadata and controls
51 lines (51 loc) · 1.23 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
[
{
"title": "The Pragmatic Programmer",
"author": "Andrew Hunt, David Thomas",
"isbn": "9780201616224",
"publicationDate": "1999-10-30",
"genre": "Programming"
},
{
"title": "Clean Code",
"author": "Robert C. Martin",
"isbn": "9780132350884",
"publicationDate": "2008-08-01",
"genre": "Programming"
},
{
"title": "Atomic Habits",
"author": "James Clear",
"isbn": "9780735211292",
"publicationDate": "2018-10-16",
"genre": "Self-Help"
},
{
"title": "Sapiens: A Brief History of Humankind",
"author": "Yuval Noah Harari",
"isbn": "1234567891234",
"publicationDate": "2011-09-04",
"genre": "Programming"
},
{
"title": "Sapiens: A Brief History of Humankind",
"author": "Yuval Noah Harari",
"isbn": "1234567891234",
"publicationDate": "2011-09-04",
"genre": "Poetry"
},
{
"title": "Sapiens: A Brief History of Humankind",
"author": "Yuval Noah Harari",
"isbn": "1234567891234",
"publicationDate": "2011-09-04",
"genre": "History"
},
{
"title": "Sapiens: A Brief History of Humankind",
"author": "Yuval Noah Harari",
"isbn": "1234567891234",
"publicationDate": "2011-09-05",
"genre": "History"
}
]