]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.11] encoding/json: fix UnmarshalTypeError without field and struc...
authorTaesu Pyo <pyotaesu@gmail.com>
Tue, 28 Aug 2018 15:56:10 +0000 (15:56 +0000)
committerKatie Hockman <katie@golang.org>
Mon, 1 Oct 2018 19:38:15 +0000 (19:38 +0000)
commit92ae524bc5b62ef8e505a95d65f74ca9a7cb335a
tree7d1af6f5d85aa845b1cfef45a2f7fa46739161d7
parent307f8b5a6d21ff6b00f1a09589e1e366450c7509
[release-branch.go1.11] encoding/json: fix UnmarshalTypeError without field and struct values

Updates #26444
Updates #27275
Fixes #27318

Change-Id: I9e8cbff79f7643ca8964c572c1a98172b6831730
GitHub-Last-Rev: 7eea2158b67ccab34b45a21e8f4289c36de02d93
GitHub-Pull-Request: golang/go#26719
Reviewed-on: https://go-review.googlesource.com/126897
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-on: https://go-review.googlesource.com/138178
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
src/encoding/json/decode.go
src/encoding/json/decode_test.go