cse110-fa22-group29/source/reviews.json

20 lines
641 B
JSON
Raw Normal View History

2022-11-08 23:57:02 +00:00
[
{
"imgSrc": "https://cdn.vox-cdn.com/thumbor/Cj5J-5WqSCjlC2tWCOXEB536CJY=/0x0:1810x1182/1200x800/filters:focal(761x447:1049x735)/cdn.vox-cdn.com/uploads/chorus_image/image/69422966/Tacos_Lined_Up.0.png",
"imgAlt": "tacos pic",
"mealName": "Birria Tacos",
"restaurant": "Mike's Red Tacos",
2022-11-10 21:22:32 +00:00
"rating": 5,
"tags": ["delicious", "#worthit","omg"]
},
{
"imgSrc": "https://www.redwormcomposting.com/images/worm-burrito.JPG",
"imgAlt": "wolftown pic",
"mealName": "Carnitas Burrito",
"restaurant": "Wolftown UCSD",
2022-11-10 21:22:32 +00:00
"rating": 0,
"tags": ["gross", "why","no"]
2022-11-08 23:57:02 +00:00
}
2022-11-11 20:07:58 +00:00
]