Skip to content

Instantly share code, notes, and snippets.

@awhiskin
Last active August 26, 2019 05:02
Show Gist options
  • Save awhiskin/e91c0bca996c826982368cf88239d34b to your computer and use it in GitHub Desktop.
Save awhiskin/e91c0bca996c826982368cf88239d34b to your computer and use it in GitHub Desktop.
JSON file containing some common animals and happy/positive adjectives
{
"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