Created
August 1, 2020 13:43
-
-
Save simoales/a33c1c2abe78b48a75ccfd5fa0de0620 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, | |
"imageUrl": "images/margherita.png" | |
}, | |
{ | |
"id": 2, | |
"pizzaName": "Marinara", | |
"description": "Pizza with tomato, garlic and oregano", | |
"price": 7.50, | |
"imageUrl": "images/marinara.png" | |
}, | |
{ | |
"id": 3, | |
"pizzaName": "Napoli", | |
"description": "Pizza with tomato, garlic and anchovies", | |
"price": 9.50, | |
"imageUrl": "images/marinara.png" | |
}, | |
{ | |
"id": 4, | |
"pizzaName": "Carciofi", | |
"description": "Pizza with tomato, fresh mozzarella and artichokes", | |
"price": 8.80, | |
"imageUrl": "images/marinara.png" | |
}, | |
{ | |
"id": 5, | |
"pizzaName": "Bufala", | |
"description": "Pizza with tomato, buffalo mozzarella and basil", | |
"price": 12.50, | |
"imageUrl": "images/marinara.png" | |
} | |
] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment