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
2023-05-25
encoding/json: document unsupported float values
Sean Liao
2023-03-15
encoding/json: make use of Buffer.AvailableBuffer
Joe Tsai
2023-02-27
encoding/json: simplify folded name logic
Joe Tsai
2023-02-27
encoding/json: use append for HTMLEscape
Joe Tsai
2023-02-27
encoding/json: rely on reflect.Value.SetZero
Joe Tsai
2023-02-27
encoding/json: remove legacy fuzz.go file
Joe Tsai
2023-02-27
encoding/json: rely on reflect.Value.Grow
Joe Tsai
2023-02-24
encoding/json: use append-like operations for encoding
Joe Tsai
2023-02-24
encoding/json: unify encodeState.string and encodeState.stringBytes
Joe Tsai
2023-02-24
encoding/json: use append for Compact and Indent
Joe Tsai
2022-11-18
all: add missing periods in comments
cui fliter
2022-09-30
encoding/json: return comparison directly
cuiweixie
2022-09-06
encoding: use strings.Builder
cuiweixie
2022-08-24
encoding/json: move some misplaced benchmark tests to bench_test.go
Andy Pan
2022-08-23
encoding/json: give it a chance to put encodeState back in pool when error oc...
Andy Pan
2022-08-22
encoding/json: rely on utf8.AppendRune
Joe Tsai
2022-06-01
encoding/json: mention SyntaxError in Unmarshal doc comment
Lukas Joisten
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-05
all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments
Russ Cox
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2022-03-02
encoding/json: use reflect.Value.UnsafePointer over Pointer
Joe Tsai
2022-01-13
all: add a handful of fuzz targets
Roland Shoemaker
2022-01-12
Revert "all: add a handful of fuzz targets"
Bryan Mills
2022-01-12
all: add a handful of fuzz targets
Roland Shoemaker
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-10-26
all: use reflect.{Pointer,PointerTo}
Cuong Manh Le
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2021-03-14
encoding/json: fix package shadowing in MarshalIndent example
Ariel Mashraki
2021-03-05
encoding/json: marshal maps using reflect.Value.MapRange
Meng Zhuo
2021-02-25
reflect: add Method.IsExported and StructField.IsExported methods
Joe Tsai
2021-02-24
encoding/json: reduce allocated space in Unmarshal
Josh Bleecher Snyder
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-12-01
encoding/json: revert "add "json: " prefix to SyntaxError messages"
Kevin Burke
2020-10-21
encoding/json: add "json: " prefix to SyntaxError messages
Kevin Burke
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-09-25
encoding/json: added docs to UnsupportedValueError
Carlos Alexandro Becker
2020-09-24
encoding/json: detect cyclic maps and slices
lujjjh
2020-09-24
encoding/json: allow semicolon in field key / struct tag
Sean Liao
2020-09-14
Revert "encoding/json: implement Is on SyntaxError"
Damien Neil
2020-09-14
Revert "encoding/json: implement Is on all errors"
Damien Neil
2020-09-13
encoding/json: implement Is on all errors
Carlos Alexandro Becker
2020-09-12
encoding/json: implement Is on SyntaxError
Carlos Alexandro Becker
2020-07-02
Revert "encoding/json: don't reuse slice elements when decoding"
Daniel Martí
2020-06-15
encoding/json: revert "avoid work when unquoting strings, take 2"
Daniel Martí
2020-05-28
Revert "encoding/json: reuse values when decoding map elements"
Daniel Martí
2020-05-08
encoding/json: reuse values when decoding map elements
Daniel Martí
2020-05-08
encoding/json: don't mangle strings in an edge case when decoding
Daniel Martí
2020-05-08
encoding/json: properly encode strings with ",string" again
Daniel Martí
2020-05-07
encoding/json: don't reuse slice elements when decoding
Daniel Martí
[prev]
[next]