mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
21 lines
359 B
Plaintext
21 lines
359 B
Plaintext
{
|
|
"Negroni": {
|
|
"garnish": "Orange Peel",
|
|
"ingredients": [
|
|
{
|
|
"kind": "Farmers Gin",
|
|
"qty": 1
|
|
},
|
|
{
|
|
"kind": "Sweet Red Vermouth",
|
|
"qty": 1
|
|
},
|
|
{
|
|
"kind": "Campari",
|
|
"qty": 1
|
|
}
|
|
],
|
|
"served": "On The Rocks"
|
|
}
|
|
}
|