Beispiel #1
0
 public static string ToJson(List <SelectModel> data)
 {
     return(JsonHelper.SerializeObject(ToSelect(data, 0, ""), true, true));
 }