-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathBookstoMovies.json
153 lines (153 loc) · 1.84 KB
/
BookstoMovies.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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"label": "Books to Movies",
"description": "Read these books before you watch the movie.",
"list": [
{
"label":"Atonement",
"isbns": [
"9780786239214",
"9781400075553",
"9780385503952"
]
},
{
"label":"Bridget Jones's Diary",
"isbns": [
"9781101199541",
"9780670880720"
]
},
{
"label":"Call Me by your Name",
"isbns": [
"9781427291707"
]
},
{
"label": "Crazy Rich Asians",
"isbns": [
"9780385536981",
"9780385536974",
"9780804120791"
]
},
{
"label": "Dear John",
"isbns": [
"9780446528054",
"9781594837937",
"9780759568969"
]
},
{
"label": "Emma",
"isbns": [
"9780760701652"
]
},
{
"label": "Flipped",
"isbns": [
"9780307484956",
"9781441664716"
]
},
{
"label": "Gone with the Wind",
"isbns": [
"9781470319861"
]
},
{
"label": "Little Women",
"isbns": [
"9781620114568",
"9780786142408",
"9781582880778"
]
},
{
"label": "The Longest Ride",
"isbns": [
"9781455520657"
]
},
{
"label": "The Lucky One",
"isbns": [
"9780446579933",
"9780446542180",
"9781415959671"
]
},
{
"label": "Me Before You",
"isbns": [
"9781101606377"
]
},
{
"label": "The Notebook",
"isbns": [
"9780786208210"
]
},
{
"label": "One Day",
"isbns": [
"9780307474711"
]
},
{
"label": "Pride and Prejudice",
"isbns": [
"9780486284736"
]
},
{
"label": "The Princess Bride",
"isbns": [
"9780156035422"
]
},
{
"label": "PS, I Love You",
"isbns": [
"9781478905592"
]
},
{
"label": "The Silver Linings Playbook",
"isbns": [
"9781433253713"
]
},
{
"label": "Something Borrowed",
"isbns": [
"9780792764113"
]
},
{
"label": "The Time Traveler's Wife",
"isbns": [
"9780156029438",
"9781611744293"
]
},
{
"label": "A Walk to Remember",
"isbns": [
"9780788742095"
]
},
{
"label": "Water for Elephants",
"isbns": [
"9781565124998",
"9781598872729",
"9781565125858"
]
}
]
}