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
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
2015-07-30
encoding/json: revert "fix decoding of JSON null values"
Russ Cox
2015-07-22
encoding/json: fix decoding of JSON null values
Didier Spezia
2015-07-15
encoding/json: document and test overwrite of slice, map during Unmarshal
Russ Cox
2015-07-15
encoding/json: fix out of phase error unmarshaling non-string into TextUnmars...
Russ Cox
2015-07-15
encoding/json: Only allow string option for valid types
Larz Conwell
2015-05-15
encoding/json: fix decoding of types with '[]byte' as underlying type
Håvard Haugen
2015-01-29
encoding/json: add UnmarshalTypeError.Offset
Alex Plugaru
2014-12-28
encoding/json: address go vet reports
Emil Hessman
2014-10-07
encoding/json: fix handling of null with ,string fields
Russ Cox
2014-10-01
encoding/json: don't panic on incorrect map argument
Robert Griesemer
2014-09-08
build: move package sources from src/pkg to src
Russ Cox