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
12 hours
encoding/json: realign struct encodeState, structFields, and field
Shulhan
12 hours
encoding/json: optimize isValidNumber function
Shulhan
2026-01-23
encoding/json: fix typo in package doc.
David Symonds
2026-01-22
encoding/json: remove unneeded unsafe import
khr@golang.org
2025-11-20
encoding/json: remove linknames
Sean Liao
2025-09-09
encoding/json: use reflect.TypeAssert
Joe Tsai
2025-06-27
encoding/json: add security section to doc
Roland Shoemaker
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
2025-02-25
encoding/json: use builtin min function in appendString
Jes Cok
2024-10-23
encoding/json: clarify omitempty option for {array,slice,map,string}
Jes Cok
2024-10-02
encoding/json: add omitzero option
Jes Cok
2024-07-24
encoding/json: rewrite interface{} to any
Ian Lance Taylor
2024-06-21
encoding/json: clarify the map's key type for Unmarshal
Jes Cok
2024-05-23
all: document legacy //go:linkname for modules with ≥20,000 dependents
Russ Cox
2024-04-29
encoding/json: optimize field sorting with slices and cmp
aimuz
2024-04-11
encoding/json: use slices to simplify the code
apocelipes
2023-10-18
encoding/json: use reflect.Value.IsZero
andig
2023-09-08
encoding: modernize Go documentation
Joe Tsai
2023-08-29
encoding/json: adjust comment about encoding \b and \f
Christian Höppner
2023-08-25
encoding/json: optimize Marshal for maps
korzhao
2023-08-23
encoding/json: encode \b and \f as '\b' and '\f' in JSON strings
Joe Tsai
2023-08-18
encoding/json: use base64.Encoding.AppendEncode
Andy Pan
2023-08-14
encoding/json: declare hex as a const
Jes Cok
2023-08-07
all: add a few more godoc links
Daniel Martí
2023-08-01
encoding/json: replace "between or" with "between and" in comment
Jes Cok
2023-08-01
encoding/json: use reflect.TypeFor for known types
Ian Lance Taylor
2023-07-29
encoding/json: replace dead link in appendString
korzhao
2023-05-25
encoding/json: document unsupported float values
Sean Liao
2023-03-15
encoding/json: make use of Buffer.AvailableBuffer
Joe Tsai
2023-02-27
encoding/json: simplify folded name logic
Joe Tsai
2023-02-27
encoding/json: use append for HTMLEscape
Joe Tsai
2023-02-24
encoding/json: use append-like operations for encoding
Joe Tsai
2023-02-24
encoding/json: unify encodeState.string and encodeState.stringBytes
Joe Tsai
2023-02-24
encoding/json: use append for Compact and Indent
Joe Tsai
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
[next]