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
Age
Commit message (
Expand
)
Author
2017-06-29
Revert "encoding/json: reduce unmarshal mallocs for unmapped fields"
Brad Fitzpatrick
2017-06-14
encoding/json: don't marshal unexported embedded fields of non struct type
thoeni
2017-06-05
encoding/json: clarify unmarshaling behaviour on bad fields
Alberto Donizetti
2017-04-28
encoding/json: replace encoderCache RWMutex with a sync.Map
Bryan C. Mills
2017-04-26
encoding/json: parallelize most benchmarks
Bryan C. Mills
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
2017-02-07
encoding/json: add Valid for checking validity of input bytes
Matt Layher
2016-11-22
encoding/json: document what happens to MarshalText's result
Russ Cox
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-03
encoding/json: example on MarshalJSON, UnmarshalJSON
Emmanuel Odeke
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-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-06
encoding/json: explicitly document and test "-" key tag
Richard Gibson
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-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-08-16
encoding/json: add example for RawMessage marshalling
Carlos C
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-26
encoding/json: improve Decode example
Quentin Smith
2016-05-24
encoding/json: rename Indent method to SetIndent
Russ Cox
2016-05-24
encoding/json: change DisableHTMLEscaping to SetEscapeHTML
Russ Cox
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-25
all: zero mtimes in testdata gz files
Caleb Spare
2016-03-25
encoding/json: add (*Encoder).Indent
Caleb Spare
2016-03-22
encoding/json, internal/testenv: use Fatalf
Dominik Honnef
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
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2016-01-08
encoding/json: doc: Decode only writes to exported fields
Ian Lance Taylor
2015-12-08
encoding/json: document Indent's preservation of trailing spaces
Russ Cox
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-10-26
encoding/json: check for exported fields in embedded structs
Marcel van Lohuizen
[prev]
[next]