]> Cypherpunks repositories - gostls13.git/commit
allow unpacking of json map into Go map,
authorRuss Cox <rsc@golang.org>
Sun, 1 Nov 2009 13:49:07 +0000 (05:49 -0800)
committerRuss Cox <rsc@golang.org>
Sun, 1 Nov 2009 13:49:07 +0000 (05:49 -0800)
commitb72153310d93a0eba6334a9a31a1ac9b3c592f06
tree4c0f2c9a0515d5eaf4378f9401c3841201147598
parentbf991bb7dfb08fdbe25fca0003e60dd5539f152f
allow unpacking of json map into Go map,
now that reflection supports it.

R=r
http://go/go-review/1015008
src/pkg/json/generic.go
src/pkg/json/parse.go
src/pkg/json/struct.go
src/pkg/json/struct_test.go