]> Cypherpunks repositories - gostls13.git/commit
json: allow using '$' and '-' as the struct field's tag
authorMikio Hara <mikioh.mikioh@gmail.com>
Thu, 14 Jul 2011 00:41:33 +0000 (17:41 -0700)
committerRuss Cox <rsc@golang.org>
Thu, 14 Jul 2011 00:41:33 +0000 (17:41 -0700)
commit689a2ec8c3896b122907fcb5e3d1399ca4598099
tree362535a7b2888b28c1eb27dac5d7f9942a5fa7b8
parent125e8277d57cb98d1342687fd0468d6aa50c05d2
json: allow using '$' and '-' as the struct field's tag

R=adg, rsc, bradfitz, mattn.jp, gustavo
CC=golang-dev
https://golang.org/cl/4625081
src/pkg/json/decode_test.go
src/pkg/json/encode.go
src/pkg/json/tagkey_test.go [new file with mode: 0644]