public static string Object2Json<T>(T t) { return JsonConvert.SerializeObject(t); } public static string ...