package foo type foo struct { bar string `json:"bar"` t bool `json:"malformed` a []string `json:"a"` b bool `json:"b"` }