-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbooks.json
47 lines (47 loc) · 993 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
44
45
46
47
{
"count": 5,
"books": [
{
"title": "Version Control with Git",
"year": 2012,
"isbn": 9781449316389,
"authors": [
"Jon Loeliger",
"Matthew McCullough"
]
},
{
"title": "DOM Enlightenment",
"year": 2013,
"isbn": 9781449342845,
"authors": [
"Cody Lindley"
]
},
{
"title": "JavaScript: The Good Parts",
"year": 2008,
"isbn": 9780596517748,
"authors": [
"Douglas Crockford"
]
},
{
"title": "JavaScript Testing with Jasmine",
"year": 2013,
"isbn": 9781449356378,
"authors": [
"Evan Hahn"
]
},
{
"title": "AngularJS: Up and Running",
"year": 2014,
"isbn": 9781491901946,
"authors": [
"Shyam Seshadri",
"Brad Green"
]
}
]
}