如何在C#中将Json数组转换为字符串数组

我有一个 Json,如下所示


[

    {

        "eng_trans": "wide, outstretched,"

    },

    {

        "eng_trans": "width,breadth, town, street,earth, country, greatness."

    },

    {

        "eng_trans": "wife, the mistress of the house,"

    },

    {

        "eng_trans": "wide agricultural tract,"

    },

    {

        "eng_trans": "waste land the land which is not suitabie for cultivation."

    }] 

我只需要取没有键的单词,并且需要在 c# 中形成一个字符串列表。有没有更好的方法来做到这一点。


慕慕森
浏览 531回答 2
2回答
打开App,查看更多内容
随时随地看视频慕课网APP