func encoding/json.Indent
2 uses
encoding/json (current package)
indent.go#L118: func Indent(dst *bytes.Buffer, src []byte, prefix, indent string) error {
google.golang.org/grpc/internal/pretty
pretty.go#L77: err := json.Indent(&out, b, "", jsonIndent)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)