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
2025-06-25
encoding/json/jsontext: rename Encoder.UnusedBuffer as Encoder.AvailableBuffer
Joe Tsai
2025-06-24
encoding/json: use zstd compressed testdata
Joe Tsai
2025-06-24
encoding/json/v2: support ISO 8601 durations
Joe Tsai
2025-06-24
encoding/json/v2: reject unquoted dash as a JSON field name
Joe Tsai
2025-06-23
encoding/json/v2: report error on time.Duration without explicit format
Joe Tsai
2025-06-23
encoding/json/jsontext: consistently use JSON terminology
Joe Tsai
2025-06-17
encoding/json/jsontext: fix spelling error
Kevin Burke
2025-06-11
encoding/json/jsontext, encoding/json/v2: document experimental nature
Damien Neil
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-04-15
encoding/json: correct method comment to reflect actual argument
Alex S
2025-02-25
encoding/json: use builtin min function in appendString
Jes Cok
2025-01-14
encoding/json: cleanup tests
Joe Tsai
2025-01-13
encoding/json: add cases to TestUnmarshal for fatal syntactic errors
Joe Tsai
2025-01-13
encoding/json: always check resulting Go value for unmarshaling
Joe Tsai
2025-01-08
encoding/json: improve fidelity of TestUnmarshal for Numbers
Joe Tsai
2024-12-30
encoding/json: remove suggestion on Unmarshaler with JSON null
Joe Tsai
2024-12-27
encoding/json: expand and modernize TestInterfaceSet
Joe Tsai
2024-11-19
encoding/json: check exact structure of local error types in tests
Joe Tsai
2024-11-08
encoding/json, text/template: use reflect.Value.Equal instead of ==
Emmanuel T Odeke
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-09-03
encoding/json: add embedded structs to the UnmarshalTypeError's Field
j2gg0s
2024-08-15
encoding/json: merge FieldStack if the error's Field exists.
j2gg0s
2024-07-25
encoding: use slices and maps to clean up tests
apocelipes
2024-07-24
encoding/json: rewrite interface{} to any
Ian Lance Taylor
2024-07-16
encoding/json: document compact json output in Encoder.Encode
Sean Liao
2024-06-21
encoding/json: clarify the map's key type for Unmarshal
Jes Cok
2024-05-23
std: fix calls to Printf(s) with non-constant s
Alan Donovan
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
2024-04-02
encoding/json: prevent duplicate slicebytetostring
Shengyu Zhang
2024-02-29
encoding/json: make use of reflect.Type.{OverflowInt, OverflowUint}
Jes Cok
2023-10-18
encoding/json: use reflect.Value.IsZero
andig
2023-10-06
encoding/json: fix appendCompact escaping
Alexander Yastrebov
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: modernize tests
Joe Tsai
2023-08-25
encoding/json: avoid allocation when decoding number types
korzhao
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-02
encoding/json: adjust comment to keep the same style as comment above
Jes Cok
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-31
encoding/json: optimize Unmarshal for maps
korzhao
2023-07-29
encoding/json: replace dead link in appendString
korzhao
[prev]
[next]