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
Age
Commit message (
Expand
)
Author
16 hours
encoding/json: realign struct encodeState, structFields, and field
Shulhan
16 hours
encoding/json: realign struct UnmarshalTypeError and decodeState
Shulhan
16 hours
encoding/json: optimize isValidNumber function
Shulhan
2026-03-30
all: fix some minor issues in the comments
cuishuang
2026-03-06
encoding/json: unwrap IO errors from SyntacticError in transformSyntacticError
Lars Grote
2026-02-13
encoding/json/v2: allow streaming JSON methods to return errors.ErrUnsupported
Joe Tsai
2026-02-13
encoding/json/v2: remove SkipFunc sentinel error
Joe Tsai
2026-02-13
encoding/json/v2: dual support errors.ErrUnsupported and SkipFunc
Joe Tsai
2026-02-12
encoding/json/v2: remove `unknown` tag option and DiscardUnknownMembers
Joe Tsai
2026-02-02
encoding/json: use pooled encoder in Encoder.Encode
Joe Tsai
2026-01-23
encoding/json: fix typo in package doc.
David Symonds
2026-01-22
encoding/json: remove unneeded unsafe import
khr@golang.org
2026-01-22
encoding/json/v2: remove issue reference in Duration formatting error
Joe Tsai
2025-12-11
encoding/json/jsontext: add symbolic Kind constants
Damien Neil
2025-12-11
json/jsontext: normalize all invalid Kinds to 0
Damien Neil
2025-12-11
encoding/json: report true from v2 Decoder.More when an error is pending
Damien Neil
2025-11-20
encoding/json: remove linknames
Sean Liao
2025-10-24
encoding/json/v2: fix typo in documentation about errors.AsType
Joe Tsai
2025-10-24
encoding/json/jsontext: avoid pinning application data in pools
Joe Tsai
2025-10-24
encoding/json/v2: use slices.Sort directly
Joe Tsai
2025-10-14
encoding/json: avoid misleading errors under goexperiment.jsonv2
Joe Tsai
2025-10-13
encoding/json/v2: restrict presence of default options
Joe Tsai
2025-10-13
encoding/json/v2: report EOF for top-level values in UnmarshalDecode
Joe Tsai
2025-10-13
all: replace calls to errors.As with errors.AsType
Julien Cretel
2025-10-10
encoding/json: fix regression in quoted numbers under goexperiment.jsonv2
Joe Tsai
2025-10-01
encoding/json: fix Decoder.InputOffset regression in goexperiment.jsonv2
Joe Tsai
2025-09-17
encoding/json/v2: fix typo in comment
mohanson
2025-09-10
encoding/json/v2: document context annotation with SemanticError
Joe Tsai
2025-09-09
encoding/json: use reflect.TypeAssert
Joe Tsai
2025-09-08
encoding/json/internal/jsonflags: fix comment with wrong field name
Weerasak Chongnguluam
2025-09-03
unicode/utf8: make DecodeRune{,InString} inlineable
Julien Cretel
2025-08-13
encoding/json/v2: cleanup error constructors
Joe Tsai
2025-08-13
encoding/json/v2: fix incorrect marshaling of NaN in float64 any
Joe Tsai
2025-08-13
encoding/json/v2: fix wrong type with cyclic marshal error in map[string]any
Joe Tsai
2025-08-11
encoding/json: fix Indent trailing whitespace regression in goexperiment.jsonv2
Joe Tsai
2025-08-11
encoding/json/v2: fix UnmarshalDecode regression with EOF
Joe Tsai
2025-07-25
encoding/json: fix truncated Token error regression in goexperiment.jsonv2
Joe Tsai
2025-07-25
encoding/json/jsontext: preserve buffer capacity in Encoder.Reset
Joe Tsai
2025-07-24
encoding/json: fix extra data regression under goexperiment.jsonv2
Joe Tsai
2025-07-24
encoding/json: reduce error text regressions under goexperiment.jsonv2
Joe Tsai
2025-07-24
encoding/json/jsontext: preserve buffer capacity in Decoder.Reset
Filip Petkovski
2025-07-14
encoding/json: decompose legacy options
Joe Tsai
2025-07-14
encoding/json/v2: add security section to doc
Joe Tsai
2025-07-11
encoding/json: remove legacy option to EscapeInvalidUTF8
Joe Tsai
2025-07-11
encoding/json/v2: report wrapped io.ErrUnexpectedEOF
Joe Tsai
2025-06-30
encoding/json/jsontext: use bytes.Buffer.AvailableBuffer
Joe Tsai
2025-06-30
encoding/json/v2: avoid escaping jsonopts.Struct
Joe Tsai
2025-06-27
encoding/json: add security section to doc
Roland Shoemaker
2025-06-27
encoding/json: fix typo in hotlink for jsontext.PreserveRawStrings
Joe Tsai
2025-06-25
encoding/json/jsontext: remove Encoder.UnusedBuffer
Joe Tsai
[next]