Created
March 16, 2025 10:17
-
-
Save benthomasson/6afbaafd44314f9b3b809d1a4c685c3f to your computer and use it in GitHub Desktop.
foods_json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "Fruits": [ | |
| "Apple", | |
| "Banana", | |
| "Orange", | |
| "Grapes", | |
| "Strawberries", | |
| "Kiwi", | |
| "Mango", | |
| "Pineapple", | |
| "Watermelon", | |
| "Pear", | |
| "Peach", | |
| "Plum" | |
| ], | |
| "Vegetables": [ | |
| "Carrot", | |
| "Broccoli", | |
| "Spinach", | |
| "Potato", | |
| "Tomato", | |
| "Cucumber", | |
| "Onion", | |
| "Garlic", | |
| "Bell pepper", | |
| "Zucchini" | |
| ], | |
| "Meats": [ | |
| "Chicken breast", | |
| "Ground beef", | |
| "Pork chop", | |
| "Salmon fillet", | |
| "Shrimp", | |
| "Ham", | |
| "Turkey (slices or meat)", | |
| "Tofu" | |
| ], | |
| "Dairy": [ | |
| "Milk", | |
| "Cheese", | |
| "Yogurt", | |
| "Butter", | |
| "Cream", | |
| "Ice cream" | |
| ], | |
| "Grains and Starches": [ | |
| "Rice", | |
| "Oats", | |
| "Quinoa", | |
| "Spaghetti", | |
| "Bread", | |
| "Pasta (Macaroni, Penne)", | |
| "Bread rolls", | |
| "Bagels" | |
| ], | |
| "Snacks": [ | |
| "Potato chips", | |
| "Pretzels", | |
| "Almonds and other nuts", | |
| "Granola bar", | |
| "Chocolate bar", | |
| "Cookies" | |
| ], | |
| "Miscellaneous": [ | |
| "Eggs", | |
| "Honey", | |
| "Peanut butter", | |
| "Coffee beans/grounds", | |
| "Tea leaves/sachets", | |
| "Soda", | |
| "Juice (Orange, Apple)" | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment