Last active
August 26, 2019 05:02
-
-
Save awhiskin/e91c0bca996c826982368cf88239d34b to your computer and use it in GitHub Desktop.
JSON file containing some common animals and happy/positive adjectives
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": [ | |
"Dog", | |
"Cat", | |
"Zebra", | |
"Elephant", | |
"Giraffe", | |
"Lion", | |
"Tiger", | |
"Panda", | |
"Koala", | |
"Penguin", | |
"Rabbit", | |
"Monkey", | |
"Horse", | |
"Cow", | |
"Bird", | |
"Bear", | |
"Mouse", | |
"Badger", | |
"Moose", | |
"Goose" | |
], | |
"positives": [ | |
"Happy", | |
"Funny", | |
"Joyful", | |
"Merry", | |
"Gleeful", | |
"Smiling", | |
"Dancing", | |
"Laughing", | |
"Cheerful", | |
"Singing" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment