..
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
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
…
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
…