aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/json/v2/errors.go
AgeCommit message (Expand)Author
2026-03-30all: fix some minor issues in the commentscuishuang
2026-02-13encoding/json/v2: dual support errors.ErrUnsupported and SkipFuncJoe Tsai
2025-10-24encoding/json/v2: fix typo in documentation about errors.AsTypeJoe Tsai
2025-10-13encoding/json/v2: report EOF for top-level values in UnmarshalDecodeJoe Tsai
2025-10-13all: replace calls to errors.As with errors.AsTypeJulien Cretel
2025-09-10encoding/json/v2: document context annotation with SemanticErrorJoe Tsai
2025-08-13encoding/json/v2: cleanup error constructorsJoe Tsai
2025-07-24encoding/json: reduce error text regressions under goexperiment.jsonv2Joe Tsai
2025-04-18encoding/json: add json/v2 with GOEXPERIMENT=jsonv2 guardDamien Neil