阅读背景:

使用Newtonsoft Json.Net反序列化数组对象

来源:互联网 

I have following json string

我有跟随json字符串

[
    {
        "itemtype": "note",
        "body": "some text"
    },
    {
        "itemtype": "list",
        "items": [
            {
                "item": "some text"
            },
            {
                "item": "some text"
            }
        ]
    },
    {
        "itemtype": "link",
        "url": "some link"
    }
]
[



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: