]> Cypherpunks repositories - gostls13.git/commit
encoding/json: document and test overwrite of slice, map during Unmarshal
authorRuss Cox <rsc@golang.org>
Wed, 15 Jul 2015 01:32:47 +0000 (21:32 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 15 Jul 2015 05:51:02 +0000 (05:51 +0000)
commit749b391c55b0139910d86ac0f8a0c42957e01d1c
tree45da770d6adc365254497daa935cf93381419a9c
parent2d25318f086fd7583c261f3b440a85dced2b63b4
encoding/json: document and test overwrite of slice, map during Unmarshal

Fixes #8837.

Change-Id: Iaaecbb0b324004cb74b16b764126b01315e6a16e
Reviewed-on: https://go-review.googlesource.com/12209
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/encoding/json/decode.go
src/encoding/json/decode_test.go