word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
31 lines (30 loc) • 835 B
JSON
{
"term": "will",
"partOfSpeech": "verb",
"definitions": [
{
"senseNumber": null,
"definition": "to want or like",
"examples": [
{
"text": "Call it what you will, it's still a problem."
}
]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/wɪl/",
"audio": "wi/will/will__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/wɪl/",
"audio": "wi/will/will__us_1.mp3"
}
]
},
"wordOrigin": "verb Old English willa (noun), willian (verb), of Germanic origin; related to Dutch wil, German Wille (nouns), also to the modal verb will and the adverb well."
}