Skip to content

Commit 7ebcaa4

Browse files
committed
Update taco.json
1 parent 62fe371 commit 7ebcaa4

1 file changed

Lines changed: 19 additions & 45 deletions

File tree

data/taco.json

Lines changed: 19 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -6,42 +6,32 @@
66
"type": [
77
"hard-shell",
88
"soft-shell",
9-
"crispy",
10-
"puffy",
11-
"Indian"
9+
["crispy", 1],
10+
["puffy", 1],
11+
["Indian", 1]
1212
],
1313
"quality": [
1414
"spicy",
1515
"mild",
1616
"delicious",
17-
[
18-
"boring",
19-
1
20-
],
21-
[
22-
"disgusting",
23-
1
24-
],
17+
["boring", 1],
18+
["disgusting", 1],
2519
"perfect"
2620
],
2721
"meat": [
2822
"minced beef",
23+
"shredded beef",
24+
"steak",
25+
"pork",
26+
"various meats",
2927
"chicken",
30-
"refried beans"
28+
"refried beans",
29+
["tofu", 1]
3130
],
3231
"topping": [
33-
[
34-
"guacamole",
35-
10
36-
],
37-
[
38-
"salsa",
39-
10
40-
],
41-
[
42-
"sour cream",
43-
10
44-
],
32+
["guacamole", 10],
33+
["salsa", 10],
34+
["sour cream", 10],
4535
"cheese",
4636
"lettuce",
4737
"tomatoes",
@@ -50,26 +40,10 @@
5040
"scallions",
5141
"jalapeños",
5242
"capsicum",
53-
[
54-
"ghost chili",
55-
1
56-
],
57-
[
58-
"olives",
59-
1
60-
],
61-
[
62-
"pineapple",
63-
1
64-
],
65-
[
66-
"raspberry",
67-
1
68-
],
69-
[
70-
"potato",
71-
1
72-
]
43+
["ghost chili", 1],
44+
["olives", 1],
45+
["pineapple", 1],
46+
["raspberries", 1]
7347
]
7448
}
75-
}
49+
}

0 commit comments

Comments
 (0)