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.go
Age
Commit message (
Expand
)
Author
2016-04-16
encoding/json: update docs to not use misuse the term "object"
Brad Fitzpatrick
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
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-12-04
encoding/json: streamline, unexport valid Number checking
Russ Cox
2015-11-25
encoding/json: check if Number is valid
Erik Dubbelboer
2015-10-26
encoding/json: check for exported fields in embedded structs
Marcel van Lohuizen
2015-10-14
encoding/json: simplify encodeState.{string, stringBytes}
Nodir Turakulov
2015-09-28
encoding/json: document that encoding.TextMarshaler is used if no (json) Mars...
Robert Griesemer
2015-07-15
encoding/json: Only allow string option for valid types
Larz Conwell
2015-07-11
all: link to https instead of http
Brad Fitzpatrick
2015-05-15
encoding/json: fix decoding of types with '[]byte' as underlying type
Håvard Haugen
2015-02-18
encoding/json: Fixed the comment specifying Marshal behavior for maps.
Aaron Jacobs
2014-12-14
encoding/json: mention that the "string" tag applies to booleans
Andrew Gerrand
2014-10-27
encoding/json: encode \t as \t instead of \u0009
Russ Cox
2014-10-06
encoding/json: document that embedded interfaces look like non-embedded ones
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]