我是使用 json.net 的新手,但我希望将以下内容解析为一个对象
"Properties" :
{
"Source": "House",
"Width": 312,
"Height": 190
"ExternalLink": null,
"Link": "#"
}
是否可以将上面的对象解析为 IDictionary,其中键是例如“Source”,值是“House”。我正在使用 Newtownsoft json.net 库。