sandboxed-api/contrib/jsonnet/examples/jsonnet_codes_expected_output/negroni.golden

21 lines
359 B
Plaintext
Raw Normal View History

2020-09-17 23:59:03 +08:00
{
"Negroni": {
"garnish": "Orange Peel",
"ingredients": [
{
"kind": "Farmers Gin",
"qty": 1
},
{
"kind": "Sweet Red Vermouth",
"qty": 1
},
{
"kind": "Campari",
"qty": 1
}
],
"served": "On The Rocks"
}
}