]> Cypherpunks repositories - gostls13.git/commit
encoding/json: marshal the RawMessage value type the same as its pointer type
authorBrad Fitzpatrick <bradfitz@golang.org>
Sun, 10 Apr 2016 17:16:41 +0000 (10:16 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 26 Oct 2016 21:03:00 +0000 (21:03 +0000)
commit1625da24106b610f89ff7a67a11581df95f8e234
tree4d83320fd39a407c7cd8a4c28f62a9003b2b494f
parent587b80322c6ce34ab115d7a837a56d7450aa913d
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>
api/except.txt
src/encoding/json/encode_test.go
src/encoding/json/stream.go