package main type Route struct { RouteShortName string `json:"route_short_name"` RouteLongName string `json:"route_long_name"` }