Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | encoding/json: parallelize most benchmarks | Bryan C. Mills | 2017-04-26 | 1 | -4/+6 |
* | encoding/json: rename Indent method to SetIndent | Russ Cox | 2016-05-24 | 1 | -1/+4 |
* | encoding/json: change DisableHTMLEscaping to SetEscapeHTML | Russ Cox | 2016-05-24 | 1 | -4/+4 |
* | encoding/json: add Encoder.DisableHTMLEscaping | Caleb Spare | 2016-04-22 | 1 | -0/+33 |
* | encoding/json: add (*Encoder).Indent | Caleb Spare | 2016-03-25 | 1 | -0/+30 |
* | all: make copyright headers consistent with one space after period | Brad Fitzpatrick | 2016-03-01 | 1 | -1/+1 |
* | encoding/json: test style tweaks | Brad Fitzpatrick | 2015-07-28 | 1 | -18/+11 |
* | encoding/json: fix EOF bug decoding HTTP stream | Peter Waldschmidt | 2015-07-28 | 1 | -0/+44 |
* | encoding/json: add JSON streaming parse API | Peter Waldschmidt | 2015-07-27 | 1 | -0/+111 |
* | build: move package sources from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -0/+206 |