-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.json
30 lines (30 loc) · 932 Bytes
/
test.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"vip": "fiddle",
"type1": "vocab",
"type2": [
2,
3
],
"meanings": {
"english": [
"to act dishonestly in order to get something for yourself, or to change something dishonestly, especially to your advantage",
"to move things about or touch things with no particular purpose",
"a violin",
"something difficult to do, especially because the things involved are small or need careful use of the fingers"
],
"vietnamese": [
"nghịch ngợm"
]
},
"pronounce": "/ˈfɪd.əl/",
"synonyms": null,
"antonyms": null,
"examples": [
"She managed to fiddle a free trip to America",
"Put your papers down and stop fiddling with them!",
"to play the fiddle",
"I find threading a needle a terrible fiddle"
],
"public": true,
"tags": "naughty, stealing"
}