go/src/encoding
Brad Fitzpatrick 1625da2410 encoding/json: marshal the RawMessage value type the same as its pointer type
Fixes #14493
Updates #6458 (changes its behavior)

Change-Id: I851a8113fd312dae3384e989ec2b70949dc22838
Reviewed-on: https://go-review.googlesource.com/21811
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Quentin Smith <quentin@golang.org>
2016-10-26 21:03:00 +00:00
..
ascii85 all: single space after period. 2016-03-02 00:13:47 +00:00
asn1 encoding/asn1: return error instead of dereferencing nil *big.Int in marshaling 2016-10-17 22:29:32 +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: marshal the RawMessage value type the same as its pointer type 2016-10-26 21:03:00 +00:00
pem encoding/pem: add Decode example 2016-10-17 14:02:33 +00:00
xml encoding/xml: add wildcard support for collecting all attributes 2016-10-18 12:59:41 +00:00
encoding.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00