Created
March 4, 2020 07:27
-
-
Save afaqk9394/8e389aa5cf76ca056c36b5495fd0b543 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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