func (j *jsonWriter) writeHead(s *siegfried.Siegfried) { j.w.WriteString(s.JSON()) j.w.WriteString("\"files\":[") }
func (j *jsonWriter) writeHead(s *siegfried.Siegfried, ht hashTyp) { j.hh = ht.header(false) j.w.WriteString(s.JSON()) j.w.WriteString("\"files\":[") }