summaryrefslogtreecommitdiff
path: root/src/pkg/json/struct.go
AgeCommit message (Expand)AuthorFilesLines
2010-04-21json: Marshal, Unmarshal using new scannerRuss Cox1-481/+0
2010-04-11json: update documentation to match current coding styleChristopher Wedgwood1-6/+6
2010-04-01json: use panic/recover to handle errors in MarshalAndrew Gerrand1-36/+21
2010-03-17json: add MarshalIndent (accepts user-specified indent string)Andrew Gerrand1-51/+92
2010-02-22json: fix quoted strings in MarshalSergei Skorobogatov1-29/+62
2010-01-06Propagate error to the caller in json.Marshal. Fixes issue 445.Ivan Krasin1-4/+7
2010-01-05Check for errors when writing fields of a struct.Rob Pike1-1/+5
2009-12-151) Change default gofmt default settings forRobert Griesemer1-57/+57
2009-12-09json package: Fixed handling of nil valuesRoss Light1-1/+11
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