有谁知道一个JSON格式的英语词典,该词典具有(单词,定义和单词类型,例如名词/形容词/动词/副词)
这种格式:
[
{"Word" : "Chair", "Definition" : "A thing you sit on", "WordType", "Noun"},
{"Word" : "bla", "Definition" : "bla", "WordType" : "bla"}
]
Run Code Online (Sandbox Code Playgroud)
感谢你给与我的帮助 :)