-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdoughnuts.json
More file actions
49 lines (49 loc) · 752 Bytes
/
Copy pathdoughnuts.json
File metadata and controls
49 lines (49 loc) · 752 Bytes
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
{
"doughnuts": [
{
"id": 1,
"style": "Old Fashioned",
"flavor": "Chocolate"
},
{
"id": 2,
"style": "Cake",
"flavor": "Coconut"
},
{
"id": 3,
"style": "Yeast",
"flavor": "Frosted"
},
{
"id": 4,
"style": "Glazed",
"flavor": "Plain"
},
{
"id": 5,
"style": "Cruller",
"flavor": "Plain"
},
{
"id": 6,
"style": "French Cruller",
"flavor": "Strawberry"
},
{
"id": 7,
"style": "Jelly",
"flavor": "Raspberry"
},
{
"id": 8,
"style": "Cream",
"flavor": "Boston Creme"
},
{
"id": 9,
"style": "Fritter",
"flavor": "Apple"
}
]
}