Skip to content

Instantly share code, notes, and snippets.

@afaqk9394
Created March 4, 2020 07:27
Show Gist options
  • Save afaqk9394/8e389aa5cf76ca056c36b5495fd0b543 to your computer and use it in GitHub Desktop.
Save afaqk9394/8e389aa5cf76ca056c36b5495fd0b543 to your computer and use it in GitHub Desktop.
{
"breakfast_menu": {
"food": [
{
"name": "Belgian Waffles"
"price": "$5.95",
"description": "Two of our famous Belgian Waffles with plenty of real maple syrup",
"calories": "650"
},
{
"name": "Strawberry Belgian Waffles",
"price": "$7.95",
"description": "Light Belgian waffles covered with strawberries and whipped cream",
"calories": "900"
},
{
"name": "Berry-Berry Belgian Waffles",
"price": "$8.95",
"description": "Two eggs, sausage, toast, and our ever-popular hash browns",
"calories": "950"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment