Skip to content

Instantly share code, notes, and snippets.

@simoales
Last active April 25, 2021 07:56
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/6ed12c7a3b2e66d456b1791a6816e32d to your computer and use it in GitHub Desktop.
Save simoales/6ed12c7a3b2e66d456b1791a6816e32d to your computer and use it in GitHub Desktop.
[
{
"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