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_test.go
Age
Commit message (
Expand
)
Author
2022-09-06
encoding: use strings.Builder
cuiweixie
2022-08-24
encoding/json: move some misplaced benchmark tests to bench_test.go
Andy Pan
2022-08-23
encoding/json: give it a chance to put encodeState back in pool when error oc...
Andy Pan
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-05-08
encoding/json: properly encode strings with ",string" again
Daniel Martí
2019-09-11
encoding/json: fix and optimize marshal for quoted string
Lucas Bremgartner
2019-07-06
encoding/json: obey SetEscapeHTML in all MarshalJSON cases
Daniel Martí
2019-04-05
encoding/json: use SetBytes in UnmarshalReuse benchmark
Daniel Martí
2019-03-08
all: simplify multiple for loops
Daniel Martí
2018-08-26
encoding/json: get rid of the stream_test.go TODOs
Daniel Martí
2018-08-21
encoding/json: encode struct field names ahead of time
Daniel Martí
2017-10-31
encoding/json: Include the offset of a SyntaxError
Michael Fraenkel
2017-04-26
encoding/json: parallelize most benchmarks
Bryan C. Mills
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-03-25
encoding/json: add (*Encoder).Indent
Caleb Spare
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-07-28
encoding/json: test style tweaks
Brad Fitzpatrick
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