word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
40 lines (39 loc) • 1.02 kB
JSON
{
"term": "solo",
"partOfSpeech": "adverb",
"definitions": [
{
"senseNumber": 1,
"definition": "alone, without anyone helping you",
"examples": [
{
"text": "She wanted to fly solo across the Atlantic."
}
]
},
{
"senseNumber": 2,
"definition": "without any other musicians; without other musical instruments",
"examples": [
{
"text": "After three years with the band he decided to **go solo**."
}
]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˈsəʊləʊ/",
"audio": "so/solo/solo__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/ˈsəʊləʊ/",
"audio": "so/solo/solo__us_1.mp3"
}
]
},
"wordOrigin": null
}