public class WeatherForecast { public DateTimeOffset Date { get; set; } public int TemperatureCelsius { get; set; } public string? Summary { get; set; } } Oto przykład danych wyjściowych JSON pokazujących, że użyto konwertera niestandardowego:JSON...