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
2023-02-18
encoding/json: optimize isValidNumber function
json-isValidNumber
Shulhan
2022-08-23
encoding/json: give it a chance to put encodeState back in pool when error oc...
Andy Pan
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2022-03-02
encoding/json: use reflect.Value.UnsafePointer over Pointer
Joe Tsai
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-26
all: use reflect.{Pointer,PointerTo}
Cuong Manh Le
2021-03-05
encoding/json: marshal maps using reflect.Value.MapRange
Meng Zhuo
2021-02-25
reflect: add Method.IsExported and StructField.IsExported methods
Joe Tsai
2020-09-25
encoding/json: added docs to UnsupportedValueError
Carlos Alexandro Becker
2020-09-24
encoding/json: detect cyclic maps and slices
lujjjh
2020-09-24
encoding/json: allow semicolon in field key / struct tag
Sean Liao
2020-09-14
Revert "encoding/json: implement Is on all errors"
Damien Neil
2020-09-13
encoding/json: implement Is on all errors
Carlos Alexandro Becker
2020-05-08
encoding/json: properly encode strings with ",string" again
Daniel Martí
2020-02-22
encoding/json: fix broken link to json.org
Jon Johnson
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
[next]