summaryrefslogtreecommitdiff
path: root/src/pkg/json/decode_test.go
AgeCommit message (Expand)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-22/+85
2010-05-11json: fix array -> non-array decodingRuss Cox1-19/+27
2010-05-08json: accept escaped slash in string scannerMichael Hoisie1-0/+1
2010-04-27json: preserve field name case by defaultRuss Cox1-120/+146
2010-04-21json: Marshal, Unmarshal using new scannerRuss Cox1-97/+391
2009-12-151) Change default gofmt default settings forRobert Griesemer1-51/+51
2009-12-02apply gofmt to json filesRobert Griesemer1-2/+2
2009-11-30json: Decode into native Go data structuresSergey 'SnakE' Gromov1-0/+133