]> Cypherpunks repositories - gostls13.git/commit
json: Marshal, Unmarshal using new scanner
authorRuss Cox <rsc@golang.org>
Wed, 21 Apr 2010 23:40:53 +0000 (16:40 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 21 Apr 2010 23:40:53 +0000 (16:40 -0700)
commitdba9d62bc289228ea453f67fea3021e1f7d957b5
tree3b0aebf2fef339f77e252cb714e17f594deccc72
parent214a55b06abb864200dc9cf4d1ba2b4ebe49333d
json: Marshal, Unmarshal using new scanner

R=r
CC=golang-dev
https://golang.org/cl/953041
src/pkg/expvar/expvar.go
src/pkg/expvar/expvar_test.go
src/pkg/json/Makefile
src/pkg/json/decode.go
src/pkg/json/decode_test.go
src/pkg/json/encode.go [new file with mode: 0644]
src/pkg/json/scanner.go
src/pkg/json/scanner_test.go
src/pkg/json/struct.go [deleted file]
src/pkg/json/struct_test.go [deleted file]
src/pkg/template/template_test.go