diff --git a/src/encoding/json/stream.go b/src/encoding/json/stream.go index 5c98d1de049..cb61ea72120 100644 --- a/src/encoding/json/stream.go +++ b/src/encoding/json/stream.go @@ -194,6 +194,7 @@ func NewEncoder(w io.Writer) *Encoder { } // Encode writes the JSON encoding of v to the stream, +// with insignificant space characters elided, // followed by a newline character. // // See the documentation for [Marshal] for details about the