-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbannedbooksstructured.json
128 lines (128 loc) · 3.17 KB
/
bannedbooksstructured.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"label": "Banned Books Week",
"description": "Books frequently challenged or banned, as compiled by the American Library Association",
"list": [
{
"label": "And Tango Makes Three",
"isbns": [
"9780689878459"
]
},
{
"label": "Bone: Out from Boneville",
"isbns": [
"9780545800709"
]
},
{
"label": "The Kite Runner",
"isbns": [
"9781573222457",
"9780743545235",
"9781101217238"
]
},
{
"label": "Saga, Volume One",
"isbns": [
"9781607066019"
]
},
{
"label": "Thirteen Reasons Why",
"isbns": [
"9781595141712",
"9780739361221",
"9780141931647",
"9780739361238"
]
},
{
"label": "Fifty Shades of Grey",
"isbns": [
"9780345803481",
"9780449808177",
"9781612130293",
"9780385360166"
]
},
{
"label": "The Curious Incident of the Dog in the Night-time",
"isbns": [
"9780385509459",
"9781400079070",
"9781436100700"
]
},
{
"label": "George",
"isbns": [
"9780545812542"
]
},
{
"label": "Looking for Alaska",
"isbns": [
"9780525428022",
"9781423324454",
"9781101434208"
]
},
{
"label": "Beyond Magenta: Transgender Teens Speak Out",
"isbns": [
"9780763656119",
"9780763670351"
]
},
{
"label": "This One Summer",
"isbns": [
"9781596437746"
]
},
{
"label": "The Hate U Give",
"isbns": [
"9780062871350",
"9780062498557",
"9780062677082"
]
},
{
"label": "The Glass Castle",
"isbns": [
"9780743247535",
"9781442339705",
"9781442339712",
"9781416550600"
]
},
{
"label": "The Hunger Games",
"isbns": [
"9780439023528",
"9780545091022",
"9780545229937"
]
},
{
"label": "Nasreen's Secret School",
"isbns": [
"9781416994374"
]
},
{
"label": "Fun Home",
"isbns": [
"9780618477944"
]
},
{
"label": "My Mom's Having a Baby",
"isbns": [
"9780807553442"
]
}
]
}