summaryrefslogtreecommitdiff
path: root/src/pkg/json
AgeCommit message (Expand)AuthorFilesLines
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý4-13/+19
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý5-35/+48
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý4-94/+113
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý3-24/+129
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-3/+2
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý4-15/+7
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý8-79/+227
2010-06-21reflect: add Type.Bits method, add tags to prohibit conversionsRuss Cox2-2/+2
2010-06-20reflect: add Kind, remove Int8Type, Int8Value, etc.Russ Cox2-104/+5
2010-06-08misc cleanup: gofmt + &x -> x[0:] conversionRuss Cox1-1/+1
2010-05-11json: fix array -> non-array decodingRuss Cox2-19/+30
2010-05-08json: accept escaped slash in string scannerMichael Hoisie2-1/+2
2010-04-27json: delete obsolete codeRuss Cox3-452/+0
2010-04-27json: streamingRuss Cox3-0/+308
2010-04-27json: preserve field name case by defaultRuss Cox3-127/+164
2010-04-21json: Marshal, Unmarshal using new scannerRuss Cox8-1021/+1540
2010-04-18json: scanner, Compact, Indent, and testsRuss Cox4-0/+1002
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 Gerrand2-52/+184
2010-02-22json: fix quoted strings in MarshalSergei Skorobogatov2-29/+85
2010-01-06Propagate error to the caller in json.Marshal. Fixes issue 445.Ivan Krasin2-6/+21
2010-01-05Check for errors when writing fields of a struct.Rob Pike1-1/+5
2009-12-22json: fix doc commentRuss Cox1-1/+1
2009-12-151) Change default gofmt default settings forRobert Griesemer6-373/+373
2009-12-09remove uses of string concatenation from src and misc directoryRobert Griesemer1-7/+7
2009-12-09json package: Fixed handling of nil valuesRoss Light2-1/+15
2009-12-02apply gofmt to json filesRobert Griesemer2-5/+3
2009-11-30json: Decode into native Go data structuresSergey 'SnakE' Gromov6-419/+261
2009-11-30Handle \r as a whitespace when parsing JSON string.Andrew Skiba2-1/+12
2009-11-24Change to container/vector interface:Robert Griesemer1-1/+1
2009-11-24A quick fix to ensure that json.Marshal returns errors correctly, as well as ...Michael Hoisie2-5/+34
2009-11-23json: expose map in generic representationRuss Cox2-0/+7
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-2/+2
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox2-4/+4
2009-11-19Add json.Marshal to json packageMichael Hoisie2-0/+143
2009-11-13json: minor comment fix.Adam Langley1-1/+1
2009-11-13json: allow one to unmarshal a top-level JSON array.Adam Langley2-2/+43
2009-11-13json: fix addressing of slice indexes that are multiples of 8.Adam Langley2-1/+32
2009-11-11json: support \u escaping in stringsAdam Langley2-12/+28
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer2-5/+5
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer5-109/+109
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer3-82/+28
2009-11-05gofmt-ify io, json, runtime, encodingRobert Griesemer2-27/+28
2009-11-01allow unpacking of json map into Go map,Russ Cox4-47/+111
2009-10-06apply gofmt to go, gob, hash, http, image, io, json, logRuss Cox5-163/+213
2009-10-05update json commentsRuss Cox1-12/+14
2009-09-17use buf.String() instead of string(buf.Bytes())Rob Pike1-1/+1
2009-09-17unused importsRuss Cox1-3/+0
2009-09-16rename bytes.Buffer.Data() to bytes.Buffer.Bytes()Rob Pike1-1/+1