标签: asp.net
我在Newtonsoft.Json.Linq.JObject上收到错误
我的bin文件夹中有Newtonsoft.Json.dll
这是我的代码:
Imports Newtonsoft.Json Imports Newtonsoft.Json.Linq Dim joContent As Newtonsoft.Json.Linq.JObject = Newtonsoft.Json.Linq.JObject.Parse(srReader.ReadToEnd)
感谢您的帮助