encoding/json.Encoder.SetIndent (method)

2 uses

	encoding/json (current package)
		stream.go#L241: func (enc *Encoder) SetIndent(prefix, indent string) {

	go.pact.im/x/goupdate
		report.go#L22: 			enc.SetIndent("", "\t")