aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/json/stream_test.go
AgeCommit message (Expand)Author
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-05-08encoding/json: properly encode strings with ",string" againDaniel Martí
2019-09-11encoding/json: fix and optimize marshal for quoted stringLucas Bremgartner
2019-07-06encoding/json: obey SetEscapeHTML in all MarshalJSON casesDaniel Martí
2019-04-05encoding/json: use SetBytes in UnmarshalReuse benchmarkDaniel Martí
2019-03-08all: simplify multiple for loopsDaniel Martí
2018-08-26encoding/json: get rid of the stream_test.go TODOsDaniel Martí
2018-08-21encoding/json: encode struct field names ahead of timeDaniel Martí
2017-10-31encoding/json: Include the offset of a SyntaxErrorMichael Fraenkel
2017-04-26encoding/json: parallelize most benchmarksBryan C. Mills
2016-05-24encoding/json: rename Indent method to SetIndentRuss Cox
2016-05-24encoding/json: change DisableHTMLEscaping to SetEscapeHTMLRuss Cox
2016-04-22encoding/json: add Encoder.DisableHTMLEscapingCaleb Spare
2016-03-25encoding/json: add (*Encoder).IndentCaleb Spare
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-07-28encoding/json: test style tweaksBrad Fitzpatrick
2015-07-28encoding/json: fix EOF bug decoding HTTP streamPeter Waldschmidt
2015-07-27encoding/json: add JSON streaming parse APIPeter Waldschmidt
2014-09-08build: move package sources from src/pkg to srcRuss Cox