aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/json
AgeCommit message (Expand)Author
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
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-03-14encoding/json: fix package shadowing in MarshalIndent exampleAriel Mashraki
2021-03-05encoding/json: marshal maps using reflect.Value.MapRangeMeng Zhuo
2021-02-25reflect: add Method.IsExported and StructField.IsExported methodsJoe Tsai
2021-02-24encoding/json: reduce allocated space in UnmarshalJosh Bleecher Snyder
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-01encoding/json: revert "add "json: " prefix to SyntaxError messages"Kevin Burke
2020-10-21encoding/json: add "json: " prefix to SyntaxError messagesKevin Burke
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-09-25encoding/json: added docs to UnsupportedValueErrorCarlos Alexandro Becker
2020-09-24encoding/json: detect cyclic maps and sliceslujjjh
2020-09-24encoding/json: allow semicolon in field key / struct tagSean Liao
2020-09-14Revert "encoding/json: implement Is on SyntaxError"Damien Neil
2020-09-14Revert "encoding/json: implement Is on all errors"Damien Neil