-
Notifications
You must be signed in to change notification settings - Fork 180
/
menu.json
32 lines (32 loc) · 1.26 KB
/
menu.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{"menu":[
{
"id": "chicken-pomegranate-salad",
"name": "Chicken Pomegranate Salad",
"image": "chicken-pomegranate-salad.jpg",
"calories": 430,
"rating": 4.1,
"description": "A simple, sweet and delicious salad of chicken, pomegranates, spinach, and spiced candied walnuts. Served with a side of citrus vinaigrette.",
"source": "https://www.pexels.com/photo/salad-pomegranate-chicken-spinach-5916/",
"photographer": "Karolina Grabowska.STAFFAGE"
},
{
"id": "strawberry-pudding",
"name": "Strawberry Pudding",
"image": "strawberry-pudding.jpg",
"calories": 280,
"rating": 5,
"description": "A sweet and tasty pudding filled with strawyberries, blueberries, and raspberries.",
"source": "https://www.pexels.com/photo/restaurant-dessert-pudding-strawberries-3674/",
"photographer": ""
},
{
"id": "ham-goat-cheese-croissant",
"name": "Ham and Goat Cheese Croissant",
"image": "ham-goat-cheese-croissant.jpg",
"calories": 670,
"rating": 3.9,
"description": "A savory slice of ham topped with a wedge of goat cheese, all on a buttery, flaky croissant.",
"source": "https://www.pexels.com/photo/croissant-bakery-plate-food-7390/",
"photographer": ""
}
]}