1
0
mirror of https://github.com/golang/go synced 2024-11-18 15:54:42 -07:00
go/src/encoding
David Glasser 92cd6e3af9 encoding/json: fix docs on valid key names
This has been inaccurate since https://golang.org/cl/6048047.

Fixes #15317.

Change-Id: If93d2161f51ccb91912cb94a35318cf33f4d526a
Reviewed-on: https://go-review.googlesource.com/23691
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-06-03 00:40:59 +00:00
..
ascii85 all: single space after period. 2016-03-02 00:13:47 +00:00
asn1 all: remove unnecessary type conversions 2016-04-15 07:31:45 +00:00
base32 all: single space after period. 2016-03-02 00:13:47 +00:00
base64 encoding/base64: correct DecodedLen overestimate for unpadded encodings 2016-03-15 20:43:04 +00:00
binary all: remove unnecessary type conversions 2016-04-15 07:31:45 +00:00
csv encoding/csv: clarify that this package supports RFC 4180 2016-05-25 01:47:53 +00:00
gob all: fix copy-and-paste errors in tests 2016-05-06 16:56:19 +00:00
hex all: single space after period. 2016-03-02 00:13:47 +00:00
json encoding/json: fix docs on valid key names 2016-06-03 00:40:59 +00:00
pem all: single space after period. 2016-03-02 00:13:47 +00:00
xml all: use bytes.Equal, bytes.Contains and strings.Contains 2016-04-01 02:05:01 +00:00
encoding.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00