]> Cypherpunks repositories - gostls13.git/commit
Handle \r as a whitespace when parsing JSON string.
authorAndrew Skiba <skibaa@gmail.com>
Mon, 30 Nov 2009 20:03:26 +0000 (12:03 -0800)
committerRuss Cox <rsc@golang.org>
Mon, 30 Nov 2009 20:03:26 +0000 (12:03 -0800)
commit68d3b6e51a69a66b96051365992f67dca20ec013
tree2ca1b33f2d82cc43c7029369a7ec96597ab8261a
parentc78710f53e8eb2532f690307d8a5a5650f6dfc63
Handle \r as a whitespace when parsing JSON string.
Fixes #272.

R=rsc
https://golang.org/cl/161061
src/pkg/json/parse.go
src/pkg/json/struct_test.go