]> Cypherpunks repositories - gostls13.git/commit
encoding/json: fix handling of null with ,string fields
authorRuss Cox <rsc@golang.org>
Tue, 7 Oct 2014 15:07:04 +0000 (11:07 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 7 Oct 2014 15:07:04 +0000 (11:07 -0400)
commit7b2b8edee60788358938dc7d7e04aabeae357b85
treee775296d097856a1717a3fe887ed034667c4e735
parent18172c42ff48611df564e5af8bf00515bbac612a
encoding/json: fix handling of null with ,string fields

Fixes #8587.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews, iant, r
https://golang.org/cl/152270044
src/encoding/json/decode.go
src/encoding/json/decode_test.go