Searched refs:jsonCommentStripper (Results 1 – 1 of 1) sorted by relevance
214 func newJSONCommentStripper(r io.Reader) *jsonCommentStripper {215 return &jsonCommentStripper{220 type jsonCommentStripper struct { struct226 func (j *jsonCommentStripper) Read(buf []byte) (int, error) { argument