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
/
encode_test.go
Age
Commit message (
Expand
)
Author
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-11-04
all: change github.com issue links to golang.org
Leigh McCulloch
2017-07-22
encoding/json: ignore embedded fields of pointers to unexported non-structs
Joe Tsai
2017-06-14
encoding/json: don't marshal unexported embedded fields of non struct type
thoeni
2016-11-12
all: spell "marshal" and "unmarshal" consistently
Dmitri Shuralyov
2016-11-11
encoding/json: encode nil Marshaler as "null"
Emmanuel Odeke
2016-11-04
all: sprinkle t.Parallel on some slow tests
Brad Fitzpatrick
2016-11-01
encoding/json: marshal with null when RawMessage is nil
Joe Tsai
2016-10-26
encoding/json: marshal the RawMessage value type the same as its pointer type
Brad Fitzpatrick
2016-10-05
encoding/json: use standard ES6 formatting for numbers during marshal
Russ Cox
2016-04-22
encoding/json: add Encoder.DisableHTMLEscaping
Caleb Spare
2016-04-06
encoding/json: respect json.Marshaler when encoding byte kind slices
HÃ¥vard Haugen
2016-04-05
encoding/json: allow non-string type keys for (un-)marshal
Augusto Roman
2015-11-25
encoding/json: check if Number is valid
Erik Dubbelboer
2015-10-14
encoding/json: simplify encodeState.{string, stringBytes}
Nodir Turakulov
2014-10-27
encoding/json: encode \t as \t instead of \u0009
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox