Skip to content

Instantly share code, notes, and snippets.

@fetimo
Created December 30, 2014 12:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fetimo/5242b9ae8fcbc39e7531 to your computer and use it in GitHub Desktop.
Save fetimo/5242b9ae8fcbc39e7531 to your computer and use it in GitHub Desktop.
{
"starters": [
{
"name": "Baked Petit Camembert",
"description": "Whole baked Camembert with Red Onion Marmalade & Garlic French Bread",
"price": 7.5
}
],
"main_courses": [
{
"name": "Butternut Squash Pie",
"description": "Butternut Squash, Spinach, Pinenuts & Goats Cheese in an all butter pastry with Rosemary Roast Potatoes & Vegetables",
"price": 16
}
],
"desserts": [
{
"name": "Cheese & Biscuits",
"description": "A selection of West Country Cheeses with Spiced Apple Chutney & Oat Biscuits",
"price": 8
}
],
"side_dishes": [
{
"name": "Whitebait",
"description": "Crispy Breaded Whitebait with Homemade Tartare Sauce",
"price": 6.5
}
],
"wine": [
{
"name": "Domaine La Baume",
"description": "(Viognier) Fresh & Fruity with citrus peach and apricot flavours",
"price": 23.95
}
],
"drinks": [
{
"name": "Badger Fursty Ferret (500ml)",
"price": 3.5
},
{
"name": "Sanpellegrino Sparkling Lemon",
"price": 2.2
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment