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_test.go
Age
Commit message (
Expand
)
Author
2025-05-20
encoding/json: avoid supurious synctest deadlock detection
Damien Neil
2025-04-18
encoding/json: add json/v2 with GOEXPERIMENT=jsonv2 guard
Damien Neil
2024-10-02
encoding/json: add omitzero option
Jes Cok
2024-05-23
std: fix calls to Printf(s) with non-constant s
Alan Donovan
2023-10-06
encoding/json: fix appendCompact escaping
Alexander Yastrebov
2023-08-25
encoding/json: modernize tests
Joe Tsai
2023-08-23
encoding/json: encode \b and \f as '\b' and '\f' in JSON strings
Joe Tsai
2023-02-24
encoding/json: unify encodeState.string and encodeState.stringBytes
Joe Tsai
2022-08-23
encoding/json: give it a chance to put encodeState back in pool when error oc...
Andy Pan
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-03-05
encoding/json: marshal maps using reflect.Value.MapRange
Meng Zhuo
2020-09-24
encoding/json: detect cyclic maps and slices
lujjjh
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í
2019-11-11
encoding/json: error when encoding a pointer cycle
Daniel Martí
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-09
src: gofmt -s
Ainar Garipov
2019-09-01
encoding/json: fix panic for nil instances of TextMarshaler in map keys
William Poussier
2019-05-22
all: shorten some tests
Russ Cox
2018-08-26
encoding/json: fix handling of nil anonymous structs
Daniel Martí
2018-08-21
encoding/json: encode struct field names ahead of time
Daniel Martí
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-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-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
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-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-05
encoding/json: use standard ES6 formatting for numbers during marshal
Russ Cox
2016-04-22
encoding/json: add Encoder.DisableHTMLEscaping
Caleb Spare
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
2015-11-25
encoding/json: check if Number is valid
Erik Dubbelboer
2015-10-14
encoding/json: simplify encodeState.{string, stringBytes}
Nodir Turakulov
2014-10-27
encoding/json: encode \t as \t instead of \u0009
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox