word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
39 lines (38 loc) • 925 B
JSON
{
"term": "no one",
"partOfSpeech": "pronoun",
"ox3000": true,
"cefr": "a1",
"definitions": [
{
"senseNumber": null,
"definition": "not anyone; no person",
"examples": [
{
"text": "No one was at home."
},
{
"text": "There was no one else around."
},
{
"text": "We were told to speak to no one."
}
]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˈnəʊ wʌn/",
"audio": "no/no-one/no_one_1_gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/ˈnəʊ wʌn/",
"audio": "no/no-one/no_one_1_us_1.mp3"
}
]
},
"wordOrigin": null
}