word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
39 lines (38 loc) • 948 B
JSON
{
"term": "boiling",
"partOfSpeech": "adjective",
"definitions": [
{
"senseNumber": null,
"definition": "very hot",
"examples": [
{
"text": "You must be boiling in that sweater!"
},
{
"text": "a boiling hot day"
},
{
"text": "It’s boiling hot in here!"
}
],
"synonyms": "baking",
"topics": ["Weather"]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˈbɔɪlɪŋ/",
"audio": "bo/boiling/boiling__gb_3.mp3"
}
],
"us": [
{
"pronunciation": "/ˈbɔɪlɪŋ/",
"audio": "bo/boiling/boiling__us_1.mp3"
}
]
},
"wordOrigin": null
}