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
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
2017-12-06
encoding/json: error when trying to set an embedded pointer to unexported str...
Joe Tsai
2017-11-13
encoding/json: always ignore embedded pointers to unexported struct types
Joe Tsai
2017-11-08
encoding/json: permit encoding uintptr as a string
Ian Lance Taylor
2017-10-31
encoding/json: disallow unknown fields in Decoder
Ivan Bertona
2017-09-27
all: prefer bytes.IndexByte over bytes.Index
Marvin Stenger
2016-11-12
all: spell "marshal" and "unmarshal" consistently
Dmitri Shuralyov
2016-10-17
encoding/json: fix decoding of null into Unmarshaler, TextUnmarshaler
Russ Cox
2016-10-13
encoding/json: handle misspelled JSON literals in ,string
Russ Cox
2016-10-05
encoding/json: add struct and field name to UnmarshalTypeError message
Jirka Daněk
2016-10-05
encoding/json: use standard ES6 formatting for numbers during marshal
Russ Cox
2016-05-24
encoding/json: additional tests and fixes for []typedByte encoding/decoding
Russ Cox
2016-05-10
encoding/json: support maps with integer keys
Caleb Spare
2016-04-05
encoding/json: allow non-string type keys for (un-)marshal
Augusto Roman
2016-03-22
encoding/json, internal/testenv: use Fatalf
Dominik Honnef
2015-11-14
encoding/json: use reflect.SetBytes when decoding bytes
Håvard Haugen
2015-10-26
encoding/json: check for exported fields in embedded structs
Marcel van Lohuizen
2015-09-23
encoding/json: spell "marshaling" and "unmarshaling" consistently
Andrew Gerrand
2015-09-21
encoding/json: scanner: use byte, more consistent
Marvin Stenger
[next]