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