Last active
July 24, 2025 18:07
-
-
Save nchudleigh/4fd80390ef05e2fd1794614f44b4e45e to your computer and use it in GitHub Desktop.
food
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
{ | |
"food": [ | |
{"name": "Pizza", "icon": "๐"}, | |
{"name": "Hotdog", "icon": "๐ญ"}, | |
{"name": "Burger", "icon": "๐"}, | |
{"name": "Bacon", "icon": "๐ฅ"}, | |
{"name": "Pancakes", "icon": "๐ฅ"}, | |
{"name": "Taco", "icon": "๐ฎ"}, | |
{"name": "Fries", "icon": "๐"} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@nchudleigh's food.json file presents a fun and simple way to list foods with emoji icons, ideal for UI design or app development. According to Wikipedia, JSON is widely used for structuring and exchanging data in web applications. This format allows developers to build clean, interactive food interfaces. It can be effectively applied to digital restaurant menus. A great example would be the olive garden menu, which could benefit from such structured formatting.