Skip to content

Instantly share code, notes, and snippets.

@avcoder
Last active November 17, 2017 20:43
Show Gist options
  • Save avcoder/cefb6e041486541080d682aa00d9cb9c to your computer and use it in GitHub Desktop.
Save avcoder/cefb6e041486541080d682aa00d9cb9c to your computer and use it in GitHub Desktop.
bun on the run menu
[
{
"soup": {
"flav": "Minestrone",
"price": "2.95"
},
"salad": {
"flav": "Greek Salad",
"price": "4.75"
},
"sandwich": {
"flav": "Branded Veal Cutlet on a Bun",
"price": "4.95"
},
"entree": {
"flav": "Quiche Lorraine",
"price": "5.95"
}
},
{
"soup": {
"flav": "Spicy Squash & Pumpkin",
"price": "2.95"
},
"salad": {
"flav": "Julienne Salad",
"price": "4.75"
},
"sandwich": {
"flav": "Roast Beef on a Bun",
"price": "4.95"
},
"entree": {
"flav": "Fish & Chips",
"price": "5.95"
}
},
{
"soup": {
"flav": "Country Style Split Pea",
"price": "2.95"
},
"salad": {
"flav": "Mediterranean Salad",
"price": "4.75"
},
"sandwich": {
"flav": "Ham, Provolone Cheese, Roasted Red Pepper Panini",
"price": "4.95"
},
"entree": {
"flav": "Butter Chicken with Rice Pilaf",
"price": "5.95"
}
},
{
"soup": {
"flav": "Clam Chowder",
"price": "2.95"
},
"salad": {
"flav": "Israeli Couscous & Feta Salad",
"price": "4.75"
},
"sandwich": {
"flav": "Pulled Pork",
"price": "4.95"
},
"entree": {
"flav": "Beef Lasagna",
"price": "5.95"
}
},
{
"soup": {
"flav": "Gin & Tomato",
"price": "2.95"
},
"salad": {
"flav": "Caesar Salad",
"price": "4.75"
},
"sandwich": {
"flav": "Reuben on Rye",
"price": "4.95"
},
"entree": {
"flav": "Sweet & Sour Pork with Fried Rice",
"price": "5.95"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment