Last active
April 25, 2021 07:56
-
-
Save simoales/6ed12c7a3b2e66d456b1791a6816e32d 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
[ | |
{ | |
"id": 1, | |
"pizzaName": "Margherita", | |
"description": "Pizza with tomato, fresh mozzarella and basil", | |
"price": 8.75 | |
}, | |
{ | |
"id": 2, | |
"pizzaName": "Marinara", | |
"description": 0, | |
"price": 7.50, | |
"imageUrl": "images/marinara.png" | |
}, | |
{ | |
"id": 3, | |
"pizzaName": "", | |
"price": 9.50, | |
"imageUrl": "images/marinara.png" | |
}, | |
{ | |
"id": 4, | |
"pizzaName": "Carciofi", | |
"description": "Pizza with tomato, fresh mozzarella and artichokes", | |
"price": "N/A", | |
"imageUrl": "images/marinara.png" | |
}, | |
{ | |
"id": 5, | |
"pizzaName": "Bufala", | |
"description": "Pizza with tomato, buffalo mozzarella and basil", | |
"imageUrl": "images/marinara.png" | |
} | |
] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment