summaryrefslogtreecommitdiff
path: root/src/encoding/json/stream_test.go
Commit message (Expand)AuthorAgeFilesLines
* 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