aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/json
AgeCommit message (Expand)Author
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2016-01-08encoding/json: doc: Decode only writes to exported fieldsIan Lance Taylor
2015-12-08encoding/json: document Indent's preservation of trailing spacesRuss Cox
2015-12-04encoding/json: streamline, unexport valid Number checkingRuss Cox
2015-12-03encoding/json: revise docs for Unmarshal into map, slice, arrayRuss Cox
2015-11-25encoding/json: check if Number is validErik Dubbelboer
2015-11-14encoding/json: use reflect.SetBytes when decoding bytesHåvard Haugen
2015-10-26encoding/json: check for exported fields in embedded structsMarcel van Lohuizen
2015-10-14encoding/json: simplify encodeState.{string, stringBytes}Nodir Turakulov
2015-09-28encoding/json: document that encoding.TextMarshaler is used if no (json) Mars...Robert Griesemer
2015-09-23encoding/json: spell "marshaling" and "unmarshaling" consistentlyAndrew Gerrand
2015-09-21encoding/json: scanner: use byte, more consistentMarvin Stenger
2015-07-30encoding/json: revert "fix decoding of JSON null values"Russ Cox
2015-07-28encoding/json: test style tweaksBrad Fitzpatrick
2015-07-28encoding/json: take new decoder code off Decode path completelyRuss Cox
2015-07-28encoding/json: fix EOF bug decoding HTTP streamPeter Waldschmidt
2015-07-27encoding/json: add JSON streaming parse APIPeter Waldschmidt
2015-07-22encoding/json: fix decoding of JSON null valuesDidier Spezia
2015-07-15encoding/json: document and test overwrite of slice, map during UnmarshalRuss Cox
2015-07-15encoding/json: fix out of phase error unmarshaling non-string into TextUnmars...Russ Cox
2015-07-15encoding/json: Only allow string option for valid typesLarz Conwell
2015-07-12all: link to https for golang subdomains tooBrad Fitzpatrick
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-06-18encoding/json: Remove extra allocation in scanner.Peter Waldschmidt
2015-05-15encoding/json: fix decoding of types with '[]byte' as underlying typeHåvard Haugen
2015-05-14encoding/json: make BenchmarkSkipValue more stableJosh Bleecher Snyder
2015-02-18encoding/json: Fixed the comment specifying Marshal behavior for maps.Aaron Jacobs
2015-01-29encoding/json: add UnmarshalTypeError.OffsetAlex Plugaru
2014-12-28encoding/json: address go vet reportsEmil Hessman
2014-12-14encoding/json: mention that the "string" tag applies to booleansAndrew Gerrand
2014-10-27encoding/json: encode \t as \t instead of \u0009Russ Cox
2014-10-07encoding/json: fix handling of null with ,string fieldsRuss Cox
2014-10-06encoding/json: document that embedded interfaces look like non-embedded onesRuss Cox
2014-10-01encoding/json: don't panic on incorrect map argumentRobert Griesemer
2014-09-08build: move package sources from src/pkg to srcRuss Cox