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