1
0
mirror of https://github.com/golang/go synced 2024-09-30 22:18:32 -06:00
go/src/encoding
Russ Cox 0da30d5cbd encoding/json: handle misspelled JSON literals in ,string
Fixes #15146.

Change-Id: I229611b9cc995a1391681c492c4d742195c787ea
Reviewed-on: https://go-review.googlesource.com/30943
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-10-13 17:30:39 +00:00
..
ascii85 all: single space after period. 2016-03-02 00:13:47 +00:00
asn1 encoding/asn1: reduce allocations in Marshal 2016-09-13 21:05:27 +00:00
base32 all: single space after period. 2016-03-02 00:13:47 +00:00
base64 encoding/base64: This change modifies Go to take strict option when decoding base64 2016-10-12 03:56:18 +00:00
binary encoding/binary: add bool support 2016-09-28 16:20:41 +00:00
csv encoding/csv: avoid allocations when reading records 2016-10-05 16:57:44 +00:00
gob encoding/gob: error out instead of panicking on nil dereference 2016-08-19 21:54:39 +00:00
hex encoding/hex: fix example function name 2016-09-10 21:40:16 +00:00
json encoding/json: handle misspelled JSON literals in ,string 2016-10-13 17:30:39 +00:00
pem encoding/pem: be stricter about the ending line. 2016-08-19 16:29:44 +00:00
xml encoding/xml: prevent omitempty from omitting non-nil pointers to empty values 2016-10-13 00:07:09 +00:00
encoding.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00