aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/json/stream.go
AgeCommit message (Expand)Author
2025-04-18encoding/json: add json/v2 with GOEXPERIMENT=jsonv2 guardDamien Neil
2024-07-24encoding/json: rewrite interface{} to anyIan Lance Taylor
2024-07-16encoding/json: document compact json output in Encoder.EncodeSean Liao
2023-09-08encoding: modernize Go documentationJoe Tsai
2023-02-24encoding/json: use append for Compact and IndentJoe Tsai
2022-08-23encoding/json: give it a chance to put encodeState back in pool when error oc...Andy Pan
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2019-10-11encoding/json: add Decoder.InputOffset for offset accessFrancesco Renzi
2019-09-02encoding/json: fix scanner byte offset on scanEnditchyny
2019-04-13encoding/json: remove a bounds check in readValueDaniel Martí
2018-08-21encoding/json: various minor decoder speed-upsDaniel Martí
2018-08-21encoding/json: eliminate superfluous space in Decoder.Token error messagesPhilip Børgesen
2017-10-31encoding/json: Include the offset of a SyntaxErrorMichael Fraenkel
2017-10-31encoding/json: disallow unknown fields in DecoderIvan Bertona
2017-09-27encoding/json: remove superfluous commentMarvin Stenger
2016-11-01encoding/json: marshal with null when RawMessage is nilJoe Tsai
2016-10-26encoding/json: marshal the RawMessage value type the same as its pointer typeBrad Fitzpatrick
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-04-16encoding/json: update docs to not use misuse the term "object"Brad Fitzpatrick
2016-03-25encoding/json: add (*Encoder).IndentCaleb Spare
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-09-21encoding/json: scanner: use byte, more consistentMarvin Stenger
2015-07-28encoding/json: take new decoder code off Decode path completelyRuss Cox
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