-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
41 lines (41 loc) · 887 Bytes
/
db.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
{
"donuts": [
{
"id": "y8z0As",
"name": "Just Chocolate",
"icon": "just-chocolate",
"price": 119,
"promo": "limited",
"description": "For the pure chocoholic."
},
{
"id": "3u98Kl",
"name": "Glazed Fudge",
"icon": "glazed-fudge",
"price": 129,
"promo": "new",
"description": "Sticky perfection."
},
{
"id": "ae098s",
"name": "Caramel Swirl",
"icon": "caramel-swirl",
"price": 129,
"description": "Chocolate drizzled with caramel."
},
{
"id": "8amkZ9",
"name": "Sour Supreme",
"icon": "sour-supreme",
"price": 129,
"description": "For the sour advocate."
},
{
"id": "l3M0nz",
"name": "Zesty Lemon",
"icon": "zesty-lemon",
"price": 129,
"description": "Delicious lucious lemon."
}
]
}