]> Cypherpunks repositories - gostls13.git/commit
encoding/json: add "overflow" struct tag option
authorAndrew Gerrand <adg@golang.org>
Thu, 29 Aug 2013 04:39:55 +0000 (14:39 +1000)
committerAndrew Gerrand <adg@golang.org>
Thu, 29 Aug 2013 04:39:55 +0000 (14:39 +1000)
commit466001d05d366cbc97edfb65dc6f5cb883df0498
tree351bdaf01408cec52d9189a803c4ee5992eb4c6b
parent916937274938adf506040b1118e1e20f990cf2b2
encoding/json: add "overflow" struct tag option

Fixes #6213.

R=golang-dev, dsymonds, bradfitz
CC=golang-dev
https://golang.org/cl/13180043
src/pkg/encoding/json/decode.go
src/pkg/encoding/json/decode_test.go
src/pkg/encoding/json/encode.go
src/pkg/encoding/json/encode_test.go
src/pkg/encoding/json/example_test.go