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-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-22
encoding/json: reduce allocations by Decoder for \uXXXX
Michael Schurter
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-10-31
encoding/json: Include the offset of a SyntaxError
Michael Fraenkel
2017-10-31
encoding/json: disallow unknown fields in Decoder
Ivan Bertona
2017-10-11
encoding/json: use Deprecated markers
Joe Tsai
2017-10-05
all: revert "all: prefer strings.IndexByte over strings.Index"
Marvin Stenger
2017-09-27
encoding/json: remove superfluous comment
Marvin Stenger
2017-09-27
all: prefer bytes.IndexByte over bytes.Index
Marvin Stenger
2017-09-25
all: prefer strings.IndexByte over strings.Index
Marvin Stenger
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-08-26
all: remove some double spaces from comments
Daniel Martí
2017-08-08
encoding/json: de-indent raw strings in remaining examples
Dmitri Shuralyov
2017-07-22
encoding/json: ignore embedded fields of pointers to unexported non-structs
Joe Tsai
2017-07-15
encoding/json: fix indentation in Decode stream example
Iccha Sethi
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
[next]