1{
2 "Negroni": {
3 "garnish": "Orange Peel",
4 "ingredients": [
5 {
6 "kind": "Farmers Gin",
7 "qty": 1
8 },
9 {
10 "kind": "Sweet Red Vermouth",
11 "qty": 1
12 },
13 {
14 "kind": "Campari",
15 "qty": 1
16 }
17 ],
18 "served": "On The Rocks"
19 }
20}
21