word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
31 lines (30 loc) • 764 B
JSON
{
"term": "maximum",
"partOfSpeech": "adverb",
"definitions": [
{
"senseNumber": null,
"definition": "used after amounts to show that the amount is the highest possible",
"examples": [
{
"text": "The table has a length of four feet maximum."
}
]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˈmæksɪməm/",
"audio": "ma/maximum/maximum__gb_2.mp3"
}
],
"us": [
{
"pronunciation": "/ˈmæksɪməm/",
"audio": "ma/maximum/maximum__us_2.mp3"
}
]
},
"wordOrigin": null
}