コード例 #1
0
ファイル: TreeModel.cs プロジェクト: conanl5566/Sampleproject
 public static string ToJson(List <TreeModel> data)
 {
     return(JsonHelper.SerializeObject(ToTree(data, 0), true, true));
 }
コード例 #2
0
 public static string ToJson(List <SelectModel> data)
 {
     return(JsonHelper.SerializeObject(ToSelect(data, 0, ""), true, true));
 }