word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
40 lines (39 loc) • 1.04 kB
JSON
{
"term": "ideally",
"partOfSpeech": "adverb",
"definitions": [
{
"senseNumber": 1,
"definition": "perfectly; in the most suitable way",
"examples": [
{
"text": "She's **ideally suited** for this job."
}
]
},
{
"senseNumber": 2,
"definition": "in an imagined way; in a way that is not likely to happen or be real",
"examples": [
{
"text": "Ideally, I'd like to live in New York, but that's not possible."
}
]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/aɪˈdiːəli/",
"audio": "id/ideally/ideally__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/aɪˈdiːəli/",
"audio": "id/ideally/ideally__us_1.mp3"
}
]
},
"wordOrigin": null
}