summaryrefslogtreecommitdiff
path: root/src/pkg/json
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-14fix "declared and not used" errors in non-test code.Russ Cox2-5/+2
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 Cox5-66/+6
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 Cox2-125/+134
2009-06-29io.StringBytes -> strings.BytesRuss Cox1-2/+2
2009-06-22changes required if we disallow the implicit *Russ Cox2-36/+24
2009-06-09mv src/lib to src/pkgRob Pike6-0/+1246