Loading lib/Travel/Status/DE/HAFAS/Journey.pm +1 −0 Original line number Diff line number Diff line Loading @@ -420,6 +420,7 @@ sub TO_JSON { $ret->{$k} = $ret->{$k}->epoch; } } $ret->{route} = [ map { $_->TO_JSON } $self->route ]; return $ret; } Loading Loading
lib/Travel/Status/DE/HAFAS/Journey.pm +1 −0 Original line number Diff line number Diff line Loading @@ -420,6 +420,7 @@ sub TO_JSON { $ret->{$k} = $ret->{$k}->epoch; } } $ret->{route} = [ map { $_->TO_JSON } $self->route ]; return $ret; } Loading