File size: 507 Bytes
c6bec71 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | {
"week_plan": [
{
"day": "Monday",
"breakfast": "Greek yogurt with granola",
"lunch": "Grilled chicken salad",
"dinner": "Salmon with steamed broccoli and brown rice"
},
{
"day": "Tuesday",
"breakfast": "Overnight oats with bananas",
"lunch": "Turkey wrap with veggies",
"dinner": "Pasta primavera with garlic bread"
}
],
"dietary_restrictions": [
"no shellfish (allergy)",
"low sodium preferred"
],
"servings_per_meal": 1
} |