word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
32 lines (31 loc) • 805 B
JSON
{
"term": "granny",
"partOfSpeech": "noun",
"definitions": [
{
"senseNumber": null,
"definition": "grandmother",
"examples": [
{
"text": "granny and grandpa"
}
],
"topics": ["Family and relationships"]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˈɡræni/",
"audio": "gr/granny/granny__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/ˈɡræni/",
"audio": "gr/granny/granny__us_1.mp3"
}
]
},
"wordOrigin": "mid 17th cent.: from grannam (representing a colloquial pronunciation of grandam) + -y."
}