Skip to content

Instantly share code, notes, and snippets.

@simoales
Created August 1, 2020 13:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simoales/a33c1c2abe78b48a75ccfd5fa0de0620 to your computer and use it in GitHub Desktop.
Save simoales/a33c1c2abe78b48a75ccfd5fa0de0620 to your computer and use it in GitHub Desktop.
[
{
"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