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
/
decode.go
Age
Commit message (
Expand
)
Author
15 hours
encoding/json: realign struct UnmarshalTypeError and decodeState
Shulhan
2026-01-22
encoding/json: remove unneeded unsafe import
khr@golang.org
2025-11-20
encoding/json: remove linknames
Sean Liao
2025-09-09
encoding/json: use reflect.TypeAssert
Joe Tsai
2025-09-03
unicode/utf8: make DecodeRune{,InString} inlineable
Julien Cretel
2025-06-27
encoding/json: add security section to doc
Roland Shoemaker
2025-04-18
encoding/json: add json/v2 with GOEXPERIMENT=jsonv2 guard
Damien Neil
2024-12-30
encoding/json: remove suggestion on Unmarshaler with JSON null
Joe Tsai
2024-11-08
encoding/json, text/template: use reflect.Value.Equal instead of ==
Emmanuel T Odeke
2024-09-03
encoding/json: add embedded structs to the UnmarshalTypeError's Field
j2gg0s
2024-08-15
encoding/json: merge FieldStack if the error's Field exists.
j2gg0s
2024-07-24
encoding/json: rewrite interface{} to any
Ian Lance Taylor
2024-06-21
encoding/json: clarify the map's key type for Unmarshal
Jes Cok
2024-05-23
all: document legacy //go:linkname for modules with ≥20,000 dependents
Russ Cox
2024-04-02
encoding/json: prevent duplicate slicebytetostring
Shengyu Zhang
2024-02-29
encoding/json: make use of reflect.Type.{OverflowInt, OverflowUint}
Jes Cok
2023-09-08
encoding: modernize Go documentation
Joe Tsai
2023-08-25
encoding/json: avoid allocation when decoding number types
korzhao
2023-08-07
all: add a few more godoc links
Daniel Martí
2023-08-02
encoding/json: adjust comment to keep the same style as comment above
Jes Cok
2023-08-01
encoding/json: use reflect.TypeFor for known types
Ian Lance Taylor
2023-07-31
encoding/json: optimize Unmarshal for maps
korzhao
2023-02-27
encoding/json: simplify folded name logic
Joe Tsai
2023-02-27
encoding/json: rely on reflect.Value.SetZero
Joe Tsai
2023-02-27
encoding/json: rely on reflect.Value.Grow
Joe Tsai
2022-06-01
encoding/json: mention SyntaxError in Unmarshal doc comment
Lukas Joisten
2022-04-05
all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments
Russ Cox
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-26
all: use reflect.{Pointer,PointerTo}
Cuong Manh Le
2021-02-24
encoding/json: reduce allocated space in Unmarshal
Josh Bleecher Snyder
2020-09-14
Revert "encoding/json: implement Is on all errors"
Damien Neil
2020-09-13
encoding/json: implement Is on all errors
Carlos Alexandro Becker
2020-07-02
Revert "encoding/json: don't reuse slice elements when decoding"
Daniel Martí
2020-06-15
encoding/json: revert "avoid work when unquoting strings, take 2"
Daniel Martí
2020-05-28
Revert "encoding/json: reuse values when decoding map elements"
Daniel Martí
2020-05-08
encoding/json: reuse values when decoding map elements
Daniel Martí
2020-05-08
encoding/json: don't mangle strings in an edge case when decoding
Daniel Martí
2020-05-07
encoding/json: don't reuse slice elements when decoding
Daniel Martí
2019-10-31
encoding/json: avoid work when unquoting strings, take 2
Daniel Martí
2019-10-10
encoding/json: support TextUnmarshaler for map keys with string underlying types
Cuong Manh Le
2019-09-16
encoding/json: validate strings when decoding into Number
Lucas Bremgartner
2019-09-10
encoding/json: don't indirect pointers when decoding null
Romain Baugue
2019-09-09
encoding/json: clarify Unmarshal behavior for map keys
Eli Bendersky
2019-08-27
encoding/json: remove unnecessary isValidNumber call
Daniel Martí
2019-08-21
Revert "encoding/json: avoid work when unquoting strings"
Filippo Valsorda
2019-04-30
encoding/json: fix Unmarshal hang on recursive pointers
LE Manh Cuong
2019-04-23
encoding/json: index names for the struct decoder
Daniel Martí
2019-04-22
encoding/json: avoid work when unquoting strings
Daniel Martí
2019-04-03
encoding/json: speed up tokenization of literals
Daniel Martí
[next]