{
  "menus": [
	{
	  "item": "Spicy Mixed Olives",
	  "price": 3.25,
	  "category": "Starters",
	  "isVegetarian": true,
	  "id": 2
	},
	{
	  "item": "Peri-Peri Nuts",
	  "price": 3.25,
	  "category": "Starters",
	  "isVegetarian": true,
	  "id": 3
	},
	{
	  "item": "Halloumi Sticks",
	  "price": 3.45,
	  "category": "Starters",
	  "isVegetarian": true,
	  "id": 4
	}
   ]
}