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_test.go
Age
Commit message (
Expand
)
Author
15 hours
encoding/json: realign struct UnmarshalTypeError and decodeState
Shulhan
2025-10-10
encoding/json: fix regression in quoted numbers under goexperiment.jsonv2
Joe Tsai
2025-07-24
encoding/json: reduce error text regressions under goexperiment.jsonv2
Joe Tsai
2025-07-11
encoding/json/v2: report wrapped io.ErrUnexpectedEOF
Joe Tsai
2025-06-24
encoding/json/v2: reject unquoted dash as a JSON field name
Joe Tsai
2025-04-18
encoding/json: add json/v2 with GOEXPERIMENT=jsonv2 guard
Damien Neil
2025-01-14
encoding/json: cleanup tests
Joe Tsai
2025-01-13
encoding/json: add cases to TestUnmarshal for fatal syntactic errors
Joe Tsai
2025-01-13
encoding/json: always check resulting Go value for unmarshaling
Joe Tsai
2025-01-08
encoding/json: improve fidelity of TestUnmarshal for Numbers
Joe Tsai
2024-12-27
encoding/json: expand and modernize TestInterfaceSet
Joe Tsai
2024-11-19
encoding/json: check exact structure of local error types in tests
Joe Tsai
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-25
encoding: use slices and maps to clean up tests
apocelipes
2024-04-11
encoding/json: use slices to simplify the code
apocelipes
2023-08-25
encoding/json: modernize tests
Joe Tsai
2023-08-01
encoding/json: use reflect.TypeFor for known types
Ian Lance Taylor
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-26
all: use reflect.{Pointer,PointerTo}
Cuong Manh Le
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í
2020-02-24
encoding/json: limit max nesting depth
Jordan Liggitt
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-02
std: remove unused bits of code all over the place
Daniel Martí
2019-09-02
encoding/json: fix scanner byte offset on scanEnd
itchyny
2019-08-27
encoding/json: remove unnecessary isValidNumber call
Daniel Martí
2019-08-27
encoding/json: fix the broken "overwriting of data" tests
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-03-18
encoding/json: fix performance regression in the decoder
Daniel Martí
2019-03-05
encoding/json: add Path to UnmarshalTypeError
LE Manh Cuong
2019-02-27
encoding/json: remove use of DeepEqual for testing errors
Marcel van Lohuizen
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: 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: encode struct field names ahead of time
Daniel Martí
2018-04-04
go/printer, gofmt: tuned table alignment for better results
Robert Griesemer
2018-03-01
encoding/json: avoid assuming side-effect free reflect.Value.Addr().Elem()
Joe Tsai
2018-02-14
encoding/json: make error capture logic in recover more type safe
Joe Tsai
[next]