Skip to content

Instantly share code, notes, and snippets.

@nchudleigh
Last active July 24, 2025 18:07
Show Gist options
  • Save nchudleigh/4fd80390ef05e2fd1794614f44b4e45e to your computer and use it in GitHub Desktop.
Save nchudleigh/4fd80390ef05e2fd1794614f44b4e45e to your computer and use it in GitHub Desktop.
food
{
"food": [
{"name": "Pizza", "icon": "๐Ÿ•"},
{"name": "Hotdog", "icon": "๐ŸŒญ"},
{"name": "Burger", "icon": "๐Ÿ”"},
{"name": "Bacon", "icon": "๐Ÿฅ“"},
{"name": "Pancakes", "icon": "๐Ÿฅž"},
{"name": "Taco", "icon": "๐ŸŒฎ"},
{"name": "Fries", "icon": "๐ŸŸ"}
]
}
@johanjonikhan
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment