summaryrefslogtreecommitdiff
path: root/src/pkg/json/struct_test.go
AgeCommit message (Expand)AuthorFilesLines
2010-04-21json: Marshal, Unmarshal using new scannerRuss Cox1-375/+0
2010-03-17json: add MarshalIndent (accepts user-specified indent string)Andrew Gerrand1-1/+92
2010-02-22json: fix quoted strings in MarshalSergei Skorobogatov1-0/+23
2010-01-06Propagate error to the caller in json.Marshal. Fixes issue 445.Ivan Krasin1-2/+14
2009-12-151) Change default gofmt default settings forRobert Griesemer1-73/+73
2009-12-09remove uses of string concatenation from src and misc directoryRobert Griesemer1-7/+7
2009-12-09json package: Fixed handling of nil valuesRoss Light1-0/+4
2009-11-30Handle \r as a whitespace when parsing JSON string.Andrew Skiba1-0/+11
2009-11-24A quick fix to ensure that json.Marshal returns errors correctly, as well as ...Michael Hoisie1-3/+32
2009-11-19Add json.Marshal to json packageMichael Hoisie1-0/+46
2009-11-13json: allow one to unmarshal a top-level JSON array.Adam Langley1-0/+25
2009-11-13json: fix addressing of slice indexes that are multiples of 8.Adam Langley1-0/+31
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-4/+4
2009-11-05gofmt-ify io, json, runtime, encodingRobert Griesemer1-23/+23
2009-11-01allow unpacking of json map into Go map,Russ Cox1-29/+52
2009-10-06apply gofmt to go, gob, hash, http, image, io, json, logRuss Cox1-44/+43
2009-08-12convert non-low-level non-google pkg codeRuss Cox1-1/+0
2009-07-07json: use new reflect interface (CL 31107)Russ Cox1-43/+43
2009-06-22changes required if we disallow the implicit *Russ Cox1-1/+1
2009-06-09mv src/lib to src/pkgRob Pike1-0/+82