Skip to content

Instantly share code, notes, and snippets.

@nchudleigh
Last active January 28, 2024 13:05
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": "๐ŸŸ"}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment