]> Cypherpunks repositories - gostls13.git/commit
json: allow one to unmarshal a top-level JSON array.
authorAdam Langley <agl@golang.org>
Fri, 13 Nov 2009 21:00:45 +0000 (13:00 -0800)
committerAdam Langley <agl@golang.org>
Fri, 13 Nov 2009 21:00:45 +0000 (13:00 -0800)
commitbccc337084bc4f91d9f354f363dff2064fa24fa3
tree319d86284dddb053ad42b4805b1e376d9c5bd8d7
parente7b8f5faca9d515491893f614cb72728d5d6103f
json: allow one to unmarshal a top-level JSON array.

Fixies issue 114.

R=rsc
CC=golang-dev
https://golang.org/cl/154121
src/pkg/json/struct.go
src/pkg/json/struct_test.go