Exemplo n.º 1
0
 public static string Serialize(JSON message)
 {
     return(JToken.FromObject(message).ToString());
 }