summaryrefslogtreecommitdiff
path: root/src/pkg/json/encode.go
AgeCommit message (Expand)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-13/+86
2010-06-21reflect: add Type.Bits method, add tags to prohibit conversionsRuss Cox1-1/+1
2010-06-20reflect: add Kind, remove Int8Type, Int8Value, etc.Russ Cox1-23/+1
2010-04-27json: preserve field name case by defaultRuss Cox1-3/+2
2010-04-21json: Marshal, Unmarshal using new scannerRuss Cox1-0/+282