summaryrefslogtreecommitdiff
path: root/src/encoding/json/stream.go
Commit message (Expand)AuthorAgeFilesLines
* encoding/json: marshal with null when RawMessage is nilJoe Tsai2016-11-011-0/+3
* encoding/json: marshal the RawMessage value type the same as its pointer typeBrad Fitzpatrick2016-10-261-3/+3
* encoding/json: rename Indent method to SetIndentRuss Cox2016-05-241-5/+9
* encoding/json: change DisableHTMLEscaping to SetEscapeHTMLRuss Cox2016-05-241-4/+9
* encoding/json: add Encoder.DisableHTMLEscapingCaleb Spare2016-04-221-4/+11
* encoding/json: update docs to not use misuse the term "object"Brad Fitzpatrick2016-04-161-4/+4
* encoding/json: add (*Encoder).IndentCaleb Spare2016-03-251-1/+21
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* encoding/json: scanner: use byte, more consistentMarvin Stenger2015-09-211-4/+4
* encoding/json: take new decoder code off Decode path completelyRuss Cox2015-07-281-4/+11
* encoding/json: fix EOF bug decoding HTTP streamPeter Waldschmidt2015-07-281-1/+4
* encoding/json: add JSON streaming parse APIPeter Waldschmidt2015-07-271-23/+293
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+200