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