我的
JSON字符串看起来像这样.请注意,它有转义字符.
原文链接:https://www.f2er.com/json/288492.htmlstring json = "\"{\\\"Status\\\":true,\\\"ID\\\":24501}\"";
JObject o = JObject.Parse(json);
从JsonReader读取JObject时出错.当前的JsonReader项不是对象:String