]> Cypherpunks repositories - gostls13.git/commit
encoding/json: document compact json output in Encoder.Encode
authorSean Liao <sean@liao.dev>
Fri, 12 Jul 2024 19:03:08 +0000 (20:03 +0100)
committerGopher Robot <gobot@golang.org>
Tue, 16 Jul 2024 18:06:21 +0000 (18:06 +0000)
commit3bfbfa821fbf4835d6be2e3bfda4ccac397c74fa
treec6b93a0f2e09b4a4dc1d0cad78435058987ae7ab
parentd5479e197d8a9eb98c30d7ec6ddc3fcbde459ebe
encoding/json: document compact json output in Encoder.Encode

Using the same wording as Compact.

Fixes #67943

Change-Id: I578874f3e917bba1634dd988895e622a5ac78c74
Reviewed-on: https://go-review.googlesource.com/c/go/+/597976
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/encoding/json/stream.go