summaryrefslogtreecommitdiff
path: root/src/encoding/json/stream_test.go
Commit message (Expand)AuthorAgeFilesLines
* encoding: use strings.Buildercuiweixie2022-09-061-3/+3
* encoding/json: move some misplaced benchmark tests to bench_test.goAndy Pan2022-08-241-15/+0
* encoding/json: give it a chance to put encodeState back in pool when error oc...Andy Pan2022-08-231-0/+38
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-35/+35
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-3/+2
* encoding/json: properly encode strings with ",string" againDaniel Martí2020-05-081-3/+5
* encoding/json: fix and optimize marshal for quoted stringLucas Bremgartner2019-09-111-0/+10
* encoding/json: obey SetEscapeHTML in all MarshalJSON casesDaniel Martí2019-07-061-0/+26
* encoding/json: use SetBytes in UnmarshalReuse benchmarkDaniel Martí2019-04-051-2/+0
* all: simplify multiple for loopsDaniel Martí2019-03-081-1/+1
* encoding/json: get rid of the stream_test.go TODOsDaniel Martí2018-08-261-12/+13
* encoding/json: encode struct field names ahead of timeDaniel Martí2018-08-211-0/+9
* encoding/json: Include the offset of a SyntaxErrorMichael Fraenkel2017-10-311-7/+14
* encoding/json: parallelize most benchmarksBryan C. Mills2017-04-261-4/+6
* encoding/json: rename Indent method to SetIndentRuss Cox2016-05-241-1/+4
* encoding/json: change DisableHTMLEscaping to SetEscapeHTMLRuss Cox2016-05-241-4/+4
* encoding/json: add Encoder.DisableHTMLEscapingCaleb Spare2016-04-221-0/+33
* encoding/json: add (*Encoder).IndentCaleb Spare2016-03-251-0/+30
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* encoding/json: test style tweaksBrad Fitzpatrick2015-07-281-18/+11
* encoding/json: fix EOF bug decoding HTTP streamPeter Waldschmidt2015-07-281-0/+44
* encoding/json: add JSON streaming parse APIPeter Waldschmidt2015-07-271-0/+111
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+206