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
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í
2019-03-18
encoding/json: fix performance regression in the decoder
Daniel Martí
2019-03-05
encoding/json: add Path to UnmarshalTypeError
LE Manh Cuong
2018-10-16
encoding/json: always verify we can get a field's value
Daniel Martí
2018-10-16
encoding/json: fix "data changed underfoot?" panic
Daniel Martí
2018-09-12
encoding/json: use panics for phase errors
Daniel Martí
2018-09-12
encoding/json: more tests to cover decoding edge cases
Daniel Martí
2018-09-06
encoding/json: recover saved error context when unmarshalling
Ian Davis
2018-08-28
encoding/json: fix UnmarshalTypeError without field and struct values
Taesu Pyo
2018-08-21
encoding/json: various minor decoder speed-ups
Daniel Martí
2018-08-21
encoding/json: defer error context work until necessary
Daniel Martí
2018-08-21
encoding/json: call reflect.TypeOf with nil pointers rather than allocating
Tim Cooper
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
[next]