]> Cypherpunks repositories - gostls13.git/commit
encoding/json: handle misspelled JSON literals in ,string
authorRuss Cox <rsc@golang.org>
Wed, 12 Oct 2016 19:55:02 +0000 (15:55 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 13 Oct 2016 17:30:39 +0000 (17:30 +0000)
commit0da30d5cbdd092499fe199c212f8799fd0cc676e
treec45d9157bf77a2dba16adced85d65fe662b09eda
parent3c1e1c30fdfbdaf7cf5f947c53245f1c28e56f91
encoding/json: handle misspelled JSON literals in ,string

Fixes #15146.

Change-Id: I229611b9cc995a1391681c492c4d742195c787ea
Reviewed-on: https://go-review.googlesource.com/30943
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/encoding/json/decode.go
src/encoding/json/decode_test.go