go/src/encoding/json
cuiweixie ab87db8b46 encoding: use strings.Builder
Change-Id: Ib07699df8ea41fd8d1bca8ad050859fac24623de
Reviewed-on: https://go-review.googlesource.com/c/go/+/428258
Reviewed-by: Robert Griesemer <gri@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
2022-09-06 15:46:20 +00:00
..
testdata
bench_test.go encoding/json: move some misplaced benchmark tests to bench_test.go 2022-08-24 05:40:28 +00:00
decode.go encoding/json: mention SyntaxError in Unmarshal doc comment 2022-06-01 22:59:44 +00:00
decode_test.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
encode.go encoding/json: give it a chance to put encodeState back in pool when error occurs 2022-08-23 20:23:19 +00:00
encode_test.go encoding/json: give it a chance to put encodeState back in pool when error occurs 2022-08-23 20:23:19 +00:00
example_marshaling_test.go
example_test.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
example_text_marshaling_test.go
fold.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
fold_test.go encoding/json: rely on utf8.AppendRune 2022-08-22 23:36:38 +00:00
fuzz.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
fuzz_test.go all: add a handful of fuzz targets 2022-01-13 18:06:33 +00:00
indent.go encoding/json: improve performance of Compact 2019-10-27 16:02:29 +00:00
number_test.go encoding/json: move some misplaced benchmark tests to bench_test.go 2022-08-24 05:40:28 +00:00
scanner.go encoding/json: mention SyntaxError in Unmarshal doc comment 2022-06-01 22:59:44 +00:00
scanner_test.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
stream.go encoding/json: give it a chance to put encodeState back in pool when error occurs 2022-08-23 20:23:19 +00:00
stream_test.go encoding: use strings.Builder 2022-09-06 15:46:20 +00:00
tables.go
tagkey_test.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
tags.go all: use bytes.Cut, strings.Cut 2021-10-06 15:53:04 +00:00
tags_test.go