Example #1
0
 public static string toJson(this CfanModule cfanJson)
 {
     return(JsonConvert.SerializeObject(cfanJson.cfanJson));
 }
Example #2
0
 public static void toCfanFile(this CfanModule module, string filename)
 {
     File.WriteAllText(filename, toJson(module));
 }