Example #1
0
 public static void WriteJson(object obj)
 {
     SendData(FPJson.ToJson(obj));
 }
Example #2
0
 public static List <T> GetToList <T>() where T : new()
 {
     return(FPJson.ToList <T>(GetContent()));
 }