Beispiel #1
0
 private static string converter(IJsonConverter converter)
 {
     return(converter.JsonConvert(new object()));
 }