string Serialize(WeatherForecast value)
 {
     //生成缩小的json
     return(JsonSerializer.Serialize <WeatherForecast>(value));
 }