-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDogs-NF.json
106 lines (106 loc) · 1.23 KB
/
Dogs-NF.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
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
{
"label": "Books for Dog Lovers",
"description": "All About Dogs",
"list":
[
{
"label":"The Wolf in the Parlor",
"isbns": [
"9781400193400",
"9780805090772"
]
},
{
"label":"The Secret Language of Dogs",
"isbns": [
"9781607749523"
]
},
{
"label":"The Modern Dog",
"isbns": [
"9781416593683"
]
},
{
"label":"Dog Heroes",
"isbns": [
"9781585746965"
]
},
{
"label":"The Genius of Dogs",
"isbns": [
"9781101604410",
"9780525953197"
]
},
{
"label":"Through a Dog's Eyes",
"isbns": [
"9781400068883"
]
},
{
"label":"Pit Bull",
"isbns": [
"9780307961761"
]
},
{
"label":"Dog is Love",
"isbns": [
"9780358172086",
"9781328543967"
]
},
{
"label":"Dog Sense",
"isbns": [
"9780465019441"
]
},
{
"label":"What It's Like to Be a Dog",
"isbns": [
"9780465096244"
]
},
{
"label":"The Dogist",
"isbns": [
"9781579656713"
]
},
{
"label":"The Hidden Life of Dogs",
"isbns": [
"9780395669587"
]
},
{
"label":"Once a Wolf",
"isbns": [
"9781631493799"
]
},
{
"label":"Secret Service Dogs",
"isbns": [
"9781101984734"
]
},
{
"label":"What's a Dog For?",
"isbns": [
"9780395669587"
]
},
{
"label":"How the Dog Became the Dog",
"isbns": [
"9781590207000"
]
}
]
}