Skip to content

Instantly share code, notes, and snippets.

@johnlindquist
Last active December 4, 2024 00:34
Show Gist options
  • Save johnlindquist/3731fbbbbd3b475f3735cdc61c49a219 to your computer and use it in GitHub Desktop.
Save johnlindquist/3731fbbbbd3b475f3735cdc61c49a219 to your computer and use it in GitHub Desktop.
{
"animals": {
"name": "Animals",
"words": [
"Dog",
"Lion",
"Elephant",
"Giraffe",
"Penguin",
"Dolphin",
"Tiger",
"Kangaroo",
"Koala",
"Zebra",
"Cheetah"
]
},
"movies": {
"name": "Movies",
"words": [
"Titanic",
"Avatar",
"Star Wars",
"Inception",
"Frozen",
"Jurassic Park",
"The Matrix",
"Gladiator",
"Interstellar",
"Parasite"
]
},
"celebrities": {
"name": "Celebrities",
"words": [
"Brad Pitt",
"Beyoncé",
"Leonardo DiCaprio",
"Meryl Streep",
"Tom Hanks",
"Jennifer Lawrence",
"Robert Downey Jr.",
"Scarlett Johansson",
"Will Smith",
"Emma Watson"
]
},
"sports": {
"name": "Sports",
"words": [
"Basketball",
"Football",
"Tennis",
"Soccer",
"Swimming",
"Baseball",
"Golf",
"Cricket",
"Hockey",
"Volleyball"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment