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
2019-11-11
encoding/json: error when encoding a pointer cycle
Daniel Martí
2019-10-28
encoding/json: remove allocation when using a Marshaler with value receiver
Phil Pearl
2019-10-16
encoding/json: correct caller's name in encoding errors
Eugene Kalinin
2019-09-16
encoding/json: make Number with the ,string option marshal with quotes
Lucas Bremgartner
2019-09-11
encoding/json: encode nil encoding.TextMarshaler instance as "null"
William Poussier
2019-09-11
encoding/json: fix and optimize marshal for quoted string
Lucas Bremgartner
2019-09-10
encoding/json: don't reset before returning buffer to pool
andig
2019-09-01
encoding/json: fix panic for nil instances of TextMarshaler in map keys
William Poussier
2019-08-27
encoding/json: remove unnecessary isValidNumber call
Daniel Martí
2019-07-31
encoding/json: clarify Marshal behavior for string keys of maps
Eli Bendersky
2019-07-06
encoding/json: obey SetEscapeHTML in all MarshalJSON cases
Daniel Martí
2019-05-04
all: add Unwrap and Is methods to various error types
Damien Neil
2019-04-23
encoding/json: document HTML escaping in Compact
Russ Cox
2019-04-23
encoding/json: index names for the struct decoder
Daniel Martí
2019-03-08
all: simplify multiple for loops
Daniel Martí
2019-03-05
all: join a few chained ifs
Daniel Martí
2019-01-15
encoding/json: add comment for mashalererror struct
GuilhermeCaruso
2018-08-26
encoding/json: fix handling of nil anonymous structs
Daniel Martí
2018-08-25
encoding/json: remove a branch in the structEncoder loop
Daniel Martí
2018-08-25
encoding/json: avoid some more pointer receivers
Daniel Martí
2018-08-22
encoding/json: simplify some pieces of the encoder
Daniel Martí
2018-08-22
encoding/json: inline fieldByIndex
Daniel Martí
2018-08-22
encoding/json: simplify the structEncoder type
Daniel Martí
2018-08-21
encoding/json: remove alloc when encoding short byte slices
Daniel Martí
2018-08-21
encoding/json: encode struct field names ahead of time
Daniel Martí
2018-08-21
encoding/json: call reflect.TypeOf with nil pointers rather than allocating
Tim Cooper
2018-04-17
encoding/json: simplify dominantField
Michael Fraenkel
2018-04-13
encoding/json: make use of encodeStatePool in Marshal
Jeremy Jackins
2018-03-03
encoding/json: apply conventional error handling in decoder
Pascal S. de Kloe
2018-03-03
encoding/json: use sync.Map for field cache
Joe Tsai
2018-02-14
encoding/json: make error capture logic in recover more type safe
Joe Tsai
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
[prev]
[next]