go/src/encoding/json
Andy Pan 1a8dfadbfe encoding/json: move some misplaced benchmark tests to bench_test.go
Change-Id: I5987eed00ee825421abe62699a06e9b66499f35f
Reviewed-on: https://go-review.googlesource.com/c/go/+/425016
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: David Chase <drchase@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
2022-08-24 05:40:28 +00:00
..
testdata all: zero mtimes in testdata gz files 2016-03-25 04:02:36 +00:00
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 encoding/json: example on MarshalJSON, UnmarshalJSON 2016-11-03 20:18:52 +00:00
example_test.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
example_text_marshaling_test.go encoding/xml, encoding/json: docs and examples using custom marshalers 2018-12-12 14:18:06 +00:00
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/json: move some misplaced benchmark tests to bench_test.go 2022-08-24 05:40:28 +00:00
tables.go encoding/json: Use a lookup table for safe characters 2016-09-08 18:02:34 +00:00
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 all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00