summaryrefslogtreecommitdiff
path: root/src/pkg/json/struct.go
AgeCommit message (Expand)AuthorFilesLines
2009-11-24A quick fix to ensure that json.Marshal returns errors correctly, as well as ...Michael Hoisie1-2/+2
2009-11-19Add json.Marshal to json packageMichael Hoisie1-0/+97
2009-11-13json: minor comment fix.Adam Langley1-1/+1
2009-11-13json: allow one to unmarshal a top-level JSON array.Adam Langley1-2/+18
2009-11-13json: fix addressing of slice indexes that are multiples of 8.Adam Langley1-1/+1
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-1/+1
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-43/+43
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-2/+1
2009-11-05gofmt-ify io, json, runtime, encodingRobert Griesemer1-4/+5
2009-11-01allow unpacking of json map into Go map,Russ Cox1-18/+52
2009-10-06apply gofmt to go, gob, hash, http, image, io, json, logRuss Cox1-23/+22
2009-10-05update json commentsRuss Cox1-12/+14
2009-09-14fix "declared and not used" errors in non-test code.Russ Cox1-3/+1
2009-09-09update type switch to match spec.Russ Cox1-6/+2
2009-09-01make ToUpper, ToLower etc. handle unicode properly.Rob Pike1-1/+1
2009-08-12convert non-low-level non-google pkg codeRuss Cox1-1/+0
2009-08-05- FieldByName lookup through anonymous fieldsRobert Griesemer1-1/+1
2009-07-16use FieldByName where possible.Rob Pike1-4/+2
2009-07-07json: use new reflect interface (CL 31107)Russ Cox1-82/+91
2009-06-22changes required if we disallow the implicit *Russ Cox1-35/+23
2009-06-09mv src/lib to src/pkgRob Pike1-0/+269