]> Cypherpunks repositories - gostls13.git/commit
encoding/json: revert "fix decoding of JSON null values"
authorRuss Cox <rsc@golang.org>
Thu, 30 Jul 2015 14:05:04 +0000 (14:05 +0000)
committerRuss Cox <rsc@golang.org>
Thu, 30 Jul 2015 20:00:56 +0000 (20:00 +0000)
commit80e6d638bf309181eadcb3fecbe99d2d8518e364
treeaf5a03077ee8e483c5ebc9a13c7a4310b6bddc71
parente0c180c44f306997faf7ac4d5d29353fd9518997
encoding/json: revert "fix decoding of JSON null values"

Fixes #11912.
Fixes #11937.

This reverts commit 1a99ba55df902a2657d1ccfc52a60024c22dba98.

Change-Id: I32b76053fdabc59f28ca5bedf1b15c0baa8afae1
Reviewed-on: https://go-review.googlesource.com/12893
Reviewed-by: Didier Spezia <didier.06@gmail.com>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/encoding/json/decode.go
src/encoding/json/decode_test.go