index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
encoding
/
json
/
stream.go
Age
Commit message (
Expand
)
Author
2025-04-18
encoding/json: add json/v2 with GOEXPERIMENT=jsonv2 guard
Damien Neil
2024-07-24
encoding/json: rewrite interface{} to any
Ian Lance Taylor
2024-07-16
encoding/json: document compact json output in Encoder.Encode
Sean Liao
2023-09-08
encoding: modernize Go documentation
Joe Tsai
2023-02-24
encoding/json: use append for Compact and Indent
Joe Tsai
2022-08-23
encoding/json: give it a chance to put encodeState back in pool when error oc...
Andy Pan
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2019-10-11
encoding/json: add Decoder.InputOffset for offset access
Francesco Renzi
2019-09-02
encoding/json: fix scanner byte offset on scanEnd
itchyny
2019-04-13
encoding/json: remove a bounds check in readValue
Daniel Martí
2018-08-21
encoding/json: various minor decoder speed-ups
Daniel Martí
2018-08-21
encoding/json: eliminate superfluous space in Decoder.Token error messages
Philip Børgesen
2017-10-31
encoding/json: Include the offset of a SyntaxError
Michael Fraenkel
2017-10-31
encoding/json: disallow unknown fields in Decoder
Ivan Bertona
2017-09-27
encoding/json: remove superfluous comment
Marvin Stenger
2016-11-01
encoding/json: marshal with null when RawMessage is nil
Joe Tsai
2016-10-26
encoding/json: marshal the RawMessage value type the same as its pointer type
Brad Fitzpatrick
2016-05-24
encoding/json: rename Indent method to SetIndent
Russ Cox
2016-05-24
encoding/json: change DisableHTMLEscaping to SetEscapeHTML
Russ Cox
2016-04-22
encoding/json: add Encoder.DisableHTMLEscaping
Caleb Spare
2016-04-16
encoding/json: update docs to not use misuse the term "object"
Brad Fitzpatrick
2016-03-25
encoding/json: add (*Encoder).Indent
Caleb Spare
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-09-21
encoding/json: scanner: use byte, more consistent
Marvin Stenger
2015-07-28
encoding/json: take new decoder code off Decode path completely
Russ Cox
2015-07-28
encoding/json: fix EOF bug decoding HTTP stream
Peter Waldschmidt
2015-07-27
encoding/json: add JSON streaming parse API
Peter Waldschmidt
2014-09-08
build: move package sources from src/pkg to src
Russ Cox