🧭 WeatherData Mapper

WeatherService.GetWeatherAsync() で `JsonDocument` の current ブロックを WeatherData に割り当てる表。各行をクリックすると型とメモが右側に表示されます。

WeatherData Property JSON Source 換算
Property
CityName
都市選択 ComboBox からそのまま文字列を受け渡し。
JSON Key
selectedCity.Name
APIレスポンスには含まれないため、CityInfo からコピー。