usingNewtonsoft.Json.Linq;JArrayja=(JArray)JsonConvert.DeserializeObject(reader[1].To...
using Newtonsoft.Json.Linq;
JArray ja = (JArray)JsonConvert.DeserializeObject(reader[1].ToString());
我的Framewor是2.0用的是第三方库Newtonsoft.Json.dll
编译没问题,运行报错
无法将类型为“Newtonsoft.Json.Linq.JObject”的对象强制转换为类型“Newtonsoft.Json.Linq.JArray”。