-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoffeeExport.json
More file actions
61 lines (61 loc) · 1.11 KB
/
coffeeExport.json
File metadata and controls
61 lines (61 loc) · 1.11 KB
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
{"coffee":[{
"itemId": 1,
"name": "The Great Bean",
"pricePerLB": 14,
"roasting": "L",
"quantity": 34
},{
"itemId": 2,
"name": "Monkey Coffee",
"pricePerLB": 12,
"roasting": "M",
"quantity": 20
},{
"itemId": 3,
"name": "Stardust Coffee",
"pricePerLB": 7,
"roasting": "D",
"quantity": 30
},{
"itemId": 4,
"name": "Manhattan Coffee",
"pricePerLB": 10,
"roasting": "L",
"quantity": 25
},{
"itemId": 5,
"name": "Spicy Brew",
"pricePerLB": 12,
"roasting": "M",
"quantity": 10
},{
"itemId": 6,
"name": "Electric Beans",
"pricePerLB": 10,
"roasting": "D",
"quantity": 2
},{
"itemId": 7,
"name": "Sip And Snack",
"pricePerLB": 12,
"roasting": "D",
"quantity": 40
},{
"itemId": 8,
"name": "Coffee Grinds",
"pricePerLB": 7,
"roasting": "L",
"quantity": 22
},{
"itemId": 9,
"name": "Wholesome Coffee",
"pricePerLB": 4,
"roasting": "M",
"quantity": 21
},{
"itemId": 10,
"name": "Coffee Corner",
"pricePerLB": 11,
"roasting": "M",
"quantity": 19
}]}