{
"Large Mojito": {
"garnish": "Lime wedge",
"ingredients": [
{
"action": "muddle",
"kind": "Mint",
"qty": 12,
"unit": "leaves"
},
{
"kind": "Banks",
"qty": 3
},
{
"kind": "Lime",
"qty": 1
},
{
"kind": "Simple Syrup",
"qty": 1
},
{
"kind": "Soda",
"qty": 6
}
],
"served": "Over crushed ice"
},
"Mojito": {
"garnish": null,
"ingredients": [
{
"action": "muddle",
"kind": "Mint",
"qty": 6,
"unit": "leaves"
},
{
"kind": "Banks",
"qty": 1.5
},
{
"kind": "Lime",
"qty": 0.5
},
{
"kind": "Simple Syrup",
"qty": 0.5
},
{
"kind": "Soda",
"qty": 3
}
],
"served": "Over crushed ice"
},
"Virgin Mojito": {
"garnish": null,
"ingredients": [
{
"action": "muddle",
"kind": "Mint",
"qty": 6,
"unit": "leaves"
},
{
"kind": "Lime",
"qty": 0.5
},
{
"kind": "Simple Syrup",
"qty": 0.5
},
{
"kind": "Soda",
"qty": 3
}
],
"served": "Over crushed ice"
}
}