word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
38 lines (37 loc) • 1.04 kB
JSON
{
"term": "lunchtime",
"partOfSpeech": "noun",
"definitions": [
{
"senseNumber": null,
"definition": "the time around the middle of the day when people usually eat lunch",
"examples": [
{
"text": "The package still hadn't arrived by lunchtime."
},
{
"text": "a lunchtime concert"
},
{
"text": "The sandwich bar is generally packed at lunchtimes."
}
],
"topics": ["Time", "Cooking and eating"]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˈlʌntʃtaɪm/",
"audio": "lu/lunchtime/lunchtime__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/ˈlʌntʃtaɪm/",
"audio": "lu/lunchtime/lunchtime__us_1.mp3"
}
]
},
"wordOrigin": null
}