Last active
December 4, 2024 00:34
-
-
Save johnlindquist/3731fbbbbd3b475f3735cdc61c49a219 to your computer and use it in GitHub Desktop.
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
{ | |
"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