JSON 反序列化Lis<T>

JavaScriptSerializer sr = new JavaScriptSerializer();             //List<CSISSIQuestionLibrary> oCSISSIQuestionLibrary = sr.Deserialize(json, typeof(List<CSISSIQuestionLibrary>)) as List<CSISSIQuestionLibrary>;  //filters为json字符串

原文地址:https://www.cnblogs.com/feng-NET/p/4813721.html