summaryrefslogtreecommitdiff
path: root/src/encoding/json
Commit message (Expand)AuthorAgeFilesLines
...
* encoding/json: add JSON streaming parse APIPeter Waldschmidt2015-07-274-23/+518
* encoding/json: fix decoding of JSON null valuesDidier Spezia2015-07-222-2/+76
* encoding/json: document and test overwrite of slice, map during UnmarshalRuss Cox2015-07-152-0/+16
* encoding/json: fix out of phase error unmarshaling non-string into TextUnmars...Russ Cox2015-07-152-0/+26
* encoding/json: Only allow string option for valid typesLarz Conwell2015-07-152-1/+38
* all: link to https for golang subdomains tooBrad Fitzpatrick2015-07-121-1/+1
* all: link to https instead of httpBrad Fitzpatrick2015-07-112-3/+3
* encoding/json: Remove extra allocation in scanner.Peter Waldschmidt2015-06-182-1/+19
* encoding/json: fix decoding of types with '[]byte' as underlying typeHÃ¥vard Haugen2015-05-153-3/+22
* encoding/json: make BenchmarkSkipValue more stableJosh Bleecher Snyder2015-05-141-0/+1
* encoding/json: Fixed the comment specifying Marshal behavior for maps.Aaron Jacobs2015-02-181-2/+2
* encoding/json: add UnmarshalTypeError.OffsetAlex Plugaru2015-01-292-21/+22
* encoding/json: address go vet reportsEmil Hessman2014-12-282-2/+3
* encoding/json: mention that the "string" tag applies to booleansAndrew Gerrand2014-12-141-2/+2
* encoding/json: encode \t as \t instead of \u0009Russ Cox2014-10-272-1/+59
* encoding/json: fix handling of null with ,string fieldsRuss Cox2014-10-072-11/+50
* encoding/json: document that embedded interfaces look like non-embedded onesRuss Cox2014-10-061-0/+2
* encoding/json: don't panic on incorrect map argumentRobert Griesemer2014-10-012-3/+15
* build: move package sources from src/pkg to srcRuss Cox2014-09-0817-0/+6338