aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/json
AgeCommit message (Expand)Author
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
2023-05-25encoding/json: document unsupported float valuesSean Liao
2023-03-15encoding/json: make use of Buffer.AvailableBufferJoe Tsai
2023-02-27encoding/json: simplify folded name logicJoe Tsai
2023-02-27encoding/json: use append for HTMLEscapeJoe Tsai
2023-02-27encoding/json: rely on reflect.Value.SetZeroJoe Tsai
2023-02-27encoding/json: remove legacy fuzz.go fileJoe Tsai
2023-02-27encoding/json: rely on reflect.Value.GrowJoe Tsai
2023-02-24encoding/json: use append-like operations for encodingJoe Tsai
2023-02-24encoding/json: unify encodeState.string and encodeState.stringBytesJoe Tsai
2023-02-24encoding/json: use append for Compact and IndentJoe Tsai
2022-11-18all: add missing periods in commentscui fliter
2022-09-30encoding/json: return comparison directlycuiweixie
2022-09-06encoding: use strings.Buildercuiweixie
2022-08-24encoding/json: move some misplaced benchmark tests to bench_test.goAndy Pan
2022-08-23encoding/json: give it a chance to put encodeState back in pool when error oc...Andy Pan
2022-08-22encoding/json: rely on utf8.AppendRuneJoe Tsai
2022-06-01encoding/json: mention SyntaxError in Unmarshal doc commentLukas Joisten
2022-04-11all: gofmt main repoRuss Cox
2022-04-05all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-03-02encoding/json: use reflect.Value.UnsafePointer over PointerJoe Tsai
2022-01-13all: add a handful of fuzz targetsRoland Shoemaker
2022-01-12Revert "all: add a handful of fuzz targets"Bryan Mills
2022-01-12all: add a handful of fuzz targetsRoland Shoemaker
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-26all: use reflect.{Pointer,PointerTo}Cuong Manh Le