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
2017-03-20
encoding/json: reduce unmarshal mallocs for unmapped fields
Pascal S. de Kloe
2017-02-10
encoding/json: clarify documention for Unmarshal into a pointer.
Tuo Shan
2016-10-24
encoding/json: fix bad formatting introduced in CL 20356
Russ Cox
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-05-10
encoding/json: support maps with integer keys
Caleb Spare
2016-04-16
encoding/json: update docs to not use misuse the term "object"
Brad Fitzpatrick
2016-04-05
encoding/json: allow non-string type keys for (un-)marshal
Augusto Roman
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-01-08
encoding/json: doc: Decode only writes to exported fields
Ian Lance Taylor
2015-12-04
encoding/json: streamline, unexport valid Number checking
Russ Cox
2015-12-03
encoding/json: revise docs for Unmarshal into map, slice, array
Russ Cox
2015-11-25
encoding/json: check if Number is valid
Erik Dubbelboer
2015-11-14
encoding/json: use reflect.SetBytes when decoding bytes
Håvard Haugen
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-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
[prev]