aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/json
AgeCommit message (Expand)Author
2025-06-25encoding/json/jsontext: rename Encoder.UnusedBuffer as Encoder.AvailableBufferJoe Tsai
2025-06-24encoding/json: use zstd compressed testdataJoe Tsai
2025-06-24encoding/json/v2: support ISO 8601 durationsJoe Tsai
2025-06-24encoding/json/v2: reject unquoted dash as a JSON field nameJoe Tsai
2025-06-23encoding/json/v2: report error on time.Duration without explicit formatJoe Tsai
2025-06-23encoding/json/jsontext: consistently use JSON terminologyJoe Tsai
2025-06-17encoding/json/jsontext: fix spelling errorKevin Burke
2025-06-11encoding/json/jsontext, encoding/json/v2: document experimental natureDamien Neil
2025-05-20encoding/json: avoid supurious synctest deadlock detectionDamien Neil
2025-04-18encoding/json: add json/v2 with GOEXPERIMENT=jsonv2 guardDamien Neil
2025-04-15encoding/json: correct method comment to reflect actual argumentAlex S
2025-02-25encoding/json: use builtin min function in appendStringJes Cok
2025-01-14encoding/json: cleanup testsJoe Tsai
2025-01-13encoding/json: add cases to TestUnmarshal for fatal syntactic errorsJoe Tsai
2025-01-13encoding/json: always check resulting Go value for unmarshalingJoe Tsai
2025-01-08encoding/json: improve fidelity of TestUnmarshal for NumbersJoe Tsai
2024-12-30encoding/json: remove suggestion on Unmarshaler with JSON nullJoe Tsai
2024-12-27encoding/json: expand and modernize TestInterfaceSetJoe Tsai
2024-11-19encoding/json: check exact structure of local error types in testsJoe Tsai
2024-11-08encoding/json, text/template: use reflect.Value.Equal instead of ==Emmanuel T Odeke
2024-10-23encoding/json: clarify omitempty option for {array,slice,map,string}Jes Cok
2024-10-02encoding/json: add omitzero optionJes Cok
2024-09-03encoding/json: add embedded structs to the UnmarshalTypeError's Fieldj2gg0s
2024-08-15encoding/json: merge FieldStack if the error's Field exists.j2gg0s
2024-07-25encoding: use slices and maps to clean up testsapocelipes
2024-07-24encoding/json: rewrite interface{} to anyIan Lance Taylor
2024-07-16encoding/json: document compact json output in Encoder.EncodeSean Liao
2024-06-21encoding/json: clarify the map's key type for UnmarshalJes Cok
2024-05-23std: fix calls to Printf(s) with non-constant sAlan Donovan
2024-05-23all: document legacy //go:linkname for modules with ≥20,000 dependentsRuss Cox
2024-04-29encoding/json: optimize field sorting with slices and cmpaimuz
2024-04-11encoding/json: use slices to simplify the codeapocelipes
2024-04-02encoding/json: prevent duplicate slicebytetostringShengyu Zhang
2024-02-29encoding/json: make use of reflect.Type.{OverflowInt, OverflowUint}Jes Cok
2023-10-18encoding/json: use reflect.Value.IsZeroandig
2023-10-06encoding/json: fix appendCompact escapingAlexander Yastrebov
2023-09-08encoding: modernize Go documentationJoe Tsai
2023-08-29encoding/json: adjust comment about encoding \b and \fChristian Höppner
2023-08-25encoding/json: modernize testsJoe Tsai
2023-08-25encoding/json: avoid allocation when decoding number typeskorzhao
2023-08-25encoding/json: optimize Marshal for mapskorzhao
2023-08-23encoding/json: encode \b and \f as '\b' and '\f' in JSON stringsJoe Tsai
2023-08-18encoding/json: use base64.Encoding.AppendEncodeAndy Pan
2023-08-14encoding/json: declare hex as a constJes Cok
2023-08-07all: add a few more godoc linksDaniel Martí
2023-08-02encoding/json: adjust comment to keep the same style as comment aboveJes Cok
2023-08-01encoding/json: replace "between or" with "between and" in commentJes Cok
2023-08-01encoding/json: use reflect.TypeFor for known typesIan Lance Taylor
2023-07-31encoding/json: optimize Unmarshal for mapskorzhao
2023-07-29encoding/json: replace dead link in appendStringkorzhao