-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
executable file
·138 lines (138 loc) · 3.77 KB
/
data.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
[
{
"category": "Best Picture Books",
"products": [
{
"name": "The Day the Crayons Quit",
"price": 10.37,
"image": "crayons.jpg",
"id": 1
},
{
"name": "Steam Train, Dream Train",
"price": 9.93,
"image": "steam.jpg",
"id": 2
},
{
"name": "That Is Not a Good Idea!",
"price": 12.15,
"image": "notagoodidea.jpg",
"id": 3
},
{
"name": "If You Want to See a Whale",
"price": 10.56,
"image": "whale.jpg",
"id": 4
},
{
"name": "Ribbit!",
"price": 12.05,
"image": "ribbit.jpg",
"id": 5
},
{
"name": "The Story of Fish and Snail",
"price": 9.93,
"image": "fishandsnail.jpg",
"id": 6
},
{
"name": "Exclamation Mark",
"price": 14.11,
"image": "exclamation.jpg",
"id": 7
},
{
"name": "Cowpoke Clyde and Dirty Dawg",
"price": 13.05,
"image": "cowpoke.jpg",
"id": 8
},
{
"name": "The Matchbox Diary",
"price": 12.92,
"image": "matchbox.jpg",
"id": 9
},
{
"name": "Open This Little Book",
"price": 12.90,
"image": "littlebook.jpg",
"id": 10
},
{
"name": "Ol' Mama Squirrel",
"price": 12.84,
"image": "squirrel.jpg",
"id": 11
},
{
"name": "Flora and the Flamingo",
"price": 12.74,
"image": "flora.jpg",
"id": 12
},
{
"name": "Daredevil: The Daring Life of Betty Skelton",
"price": 12.23,
"image": "daredevil.jpg",
"id": 13
}
]
},
{
"category": "Books (Ages 3-5)",
"products": [
{
"name": "The Very Hungry Caterpillar",
"price": 16.78,
"image": "caterpillar.jpg",
"id": 14
},
{
"name": "Daredevil: The Daring Life of Betty Skelton",
"price": 12.23,
"image": "daredevil.jpg",
"id": 13
},
{
"name": "Goodnight, Goodnight Construction Site",
"price": 8.10,
"image": "construction.jpg",
"id": 15
},
{
"name": "Oh, the Places You'll Go!",
"price": 11.44,
"image": "places.jpg",
"id": 16
},
{
"name": "Steam Train, Dream Train",
"price": 9.93,
"image": "steam.jpg",
"id": 2
},
{
"name": "Bedtime Math",
"price": 10.79,
"image": "bedtime.jpg",
"id": 17
},
{
"name": "The Going-To-Bed Book",
"price": 5.39,
"image": "goingtobed.jpg",
"id": 18
},
{
"name": "Open This Little Book",
"price": 12.90,
"image": "littlebook.jpg",
"id": 10
}
]
}
]