{ "products": [ { "id": "p001", "name": "Orange Juice Original", "brand": "Tropicana", "category": "Beverages", "size": "52 fl oz", "emoji": "馃イ", "score": 4.5, "scoreDesc": "High sugar content. Consider lower-sugar options for daily use.", "alternatives": [ { "name": "Simply Light OJ", "brand": "Simply 路 50% less sugar", "emoji": "馃崐", "score": 7.8 }, { "name": "Suja Organic Green Juice", "brand": "Suja 路 Cold-pressed, no added sugar", "emoji": "馃", "score": 9.1 } ] }, { "id": "p002", "name": "Classic Potato Chips", "brand": "Lay's", "category": "Snacks", "size": "8 oz", "emoji": "馃", "score": 3.2, "scoreDesc": "High in sodium and saturated fat. Best enjoyed occasionally.", "alternatives": [ { "name": "Baked Original Crackers", "brand": "Triscuit 路 Whole grain, lower fat", "emoji": "馃尵", "score": 6.5 }, { "name": "Kale Chips Sea Salt", "brand": "Brad's 路 Organic, nutrient-dense", "emoji": "馃ガ", "score": 8.9 } ] }, { "id": "p003", "name": "Whole Grain Bread", "brand": "Dave's Killer Bread", "category": "Bakery", "size": "27 oz", "emoji": "馃崬", "score": 8.2, "scoreDesc": "Excellent fiber and protein content. Great daily staple.", "alternatives": [ { "name": "Ezekiel 4:9 Sprouted Bread", "brand": "Food for Life 路 No flour, sprouted grains", "emoji": "馃尶", "score": 9.3 }, { "name": "Ancient Grain Bread", "brand": "Angelic Bakehouse 路 7-grain blend", "emoji": "馃尵", "score": 8.8 } ] }, { "id": "p004", "name": "Greek Yogurt Strawberry", "brand": "Chobani", "category": "Dairy", "size": "5.3 oz", "emoji": "馃珯", "score": 7.1, "scoreDesc": "Good protein source. Contains added sugars from fruit flavoring.", "alternatives": [ { "name": "Plain Greek Yogurt", "brand": "Chobani 路 No added sugar, higher protein", "emoji": "馃", "score": 9.0 }, { "name": "Siggi's Vanilla Yogurt", "brand": "Siggi's 路 Less sugar, Icelandic-style", "emoji": "馃珢", "score": 8.4 } ] }, { "id": "p005", "name": "Frosted Mini-Wheats", "brand": "Kellogg's", "category": "Cereal", "size": "18 oz", "emoji": "馃尵", "score": 5.8, "scoreDesc": "Good fiber content but has added sugar coating. Moderate choice.", "alternatives": [ { "name": "Original Shredded Wheat", "brand": "Post 路 No added sugar, pure whole grain", "emoji": "馃尶", "score": 9.2 }, { "name": "Steel Cut Oats", "brand": "Bob's Red Mill 路 Unprocessed, high fiber", "emoji": "馃ィ", "score": 9.5 } ] } ] }