word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
31 lines (30 loc) • 822 B
JSON
{
"term": "daze",
"partOfSpeech": "noun",
"definitions": [
{
"senseNumber": null,
"definition": "in a confused state",
"examples": [
{
"text": "I've been in a complete daze since hearing the news."
}
]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/deɪz/",
"audio": "da/daze/daze__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/deɪz/",
"audio": "da/daze/daze__us_1.mp3"
}
]
},
"wordOrigin": "Middle English: back-formation from dazed (adjective), from Old Norse dasathr ‘weary’; compare with Swedish dasa ‘lie idle’."
}