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