func (line *Line) UnmarshalJSON(data []byte) error {
    type Alias Line

    aux := &struct {
        Codes      map[string]string