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
2017-12-06
encoding/json: error when trying to set an embedded pointer to unexported str...
Joe Tsai
2017-11-27
encoding/json: remove the word "text" in "JSON text" from package docs.
rajender
2017-11-27
encoding/json: update RFC number
rajender
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-11
encoding/json: use Deprecated markers
Joe Tsai
2017-09-23
encoding/json: cleanup detection of unexported embedded fields
Joe Tsai
2017-09-12
encoding/json: update documentation for MarshalIndent
tbunyk
2017-08-28
all: remove some unused result params
Daniel Martí
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
2017-04-28
encoding/json: replace encoderCache RWMutex with a sync.Map
Bryan C. Mills
2016-11-22
encoding/json: document what happens to MarshalText's result
Russ Cox
2016-11-11
encoding/json: encode nil Marshaler as "null"
Emmanuel Odeke
2016-10-06
encoding/json: explicitly document and test "-" key tag
Richard Gibson
2016-10-05
encoding/json: use standard ES6 formatting for numbers during marshal
Russ Cox
2016-10-04
all: use sort.Slice where applicable
Brad Fitzpatrick
2016-09-27
encoding/json: fix a bug in the documentation
mike andrews
2016-09-08
encoding/json: Use a lookup table for safe characters
Kevin Burke
2016-06-27
encoding/json: copy-on-write cacheTypeFields
David Crawshaw
2016-06-03
encoding/json: fix docs on valid key names
David Glasser
2016-05-24
encoding/json: additional tests and fixes for []typedByte encoding/decoding
Russ Cox
2016-05-16
encoding/json: document that object keys are sorted
Scott Bell
2016-05-10
encoding/json: support maps with integer keys
Caleb Spare
2016-04-22
encoding/json: add Encoder.DisableHTMLEscaping
Caleb Spare
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