Function weather_to_ai_readable

Source
pub fn weather_to_ai_readable(
    office_code: &str,
    ov: &OverviewForecast,
    fcr: &ForecastRoot,
) -> Result<AiReadableWeather>
Expand description

AI にも読みやすい JSON に整形する。