aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/json/decode.go
AgeCommit message (Expand)Author
2022-06-01encoding/json: mention SyntaxError in Unmarshal doc commentLukas Joisten
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
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-26all: use reflect.{Pointer,PointerTo}Cuong Manh Le
2021-02-24encoding/json: reduce allocated space in UnmarshalJosh Bleecher Snyder
2020-09-14Revert "encoding/json: implement Is on all errors"Damien Neil
2020-09-13encoding/json: implement Is on all errorsCarlos Alexandro Becker
2020-07-02Revert "encoding/json: don't reuse slice elements when decoding"Daniel Martí
2020-06-15encoding/json: revert "avoid work when unquoting strings, take 2"Daniel Martí
2020-05-28Revert "encoding/json: reuse values when decoding map elements"Daniel Martí
2020-05-08encoding/json: reuse values when decoding map elementsDaniel Martí
2020-05-08encoding/json: don't mangle strings in an edge case when decodingDaniel Martí
2020-05-07encoding/json: don't reuse slice elements when decodingDaniel Martí
2019-10-31encoding/json: avoid work when unquoting strings, take 2Daniel Martí
2019-10-10encoding/json: support TextUnmarshaler for map keys with string underlying typesCuong Manh Le
2019-09-16encoding/json: validate strings when decoding into NumberLucas Bremgartner
2019-09-10encoding/json: don't indirect pointers when decoding nullRomain Baugue
2019-09-09encoding/json: clarify Unmarshal behavior for map keysEli Bendersky
2019-08-27encoding/json: remove unnecessary isValidNumber callDaniel Martí
2019-08-21Revert "encoding/json: avoid work when unquoting strings"Filippo Valsorda
2019-04-30encoding/json: fix Unmarshal hang on recursive pointersLE Manh Cuong
2019-04-23encoding/json: index names for the struct decoderDaniel Martí
2019-04-22encoding/json: avoid work when unquoting stringsDaniel Martí
2019-04-03encoding/json: speed up tokenization of literalsDaniel Martí
2019-03-18encoding/json: fix performance regression in the decoderDaniel Martí
2019-03-05encoding/json: add Path to UnmarshalTypeErrorLE Manh Cuong
2018-10-16encoding/json: always verify we can get a field's valueDaniel Martí
2018-10-16encoding/json: fix "data changed underfoot?" panicDaniel Martí
2018-09-12encoding/json: use panics for phase errorsDaniel Martí
2018-09-12encoding/json: more tests to cover decoding edge casesDaniel Martí
2018-09-06encoding/json: recover saved error context when unmarshallingIan Davis
2018-08-28encoding/json: fix UnmarshalTypeError without field and struct valuesTaesu Pyo
2018-08-21encoding/json: various minor decoder speed-upsDaniel Martí
2018-08-21encoding/json: defer error context work until necessaryDaniel Martí
2018-08-21encoding/json: call reflect.TypeOf with nil pointers rather than allocatingTim Cooper
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-04-20encoding/json: remove unnecessary if conditionstengufromsky
2018-04-09encoding/json: remove unnecessary else conditionsbontequero
2018-03-03encoding/json: apply conventional error handling in decoderPascal S. de Kloe
2018-03-01encoding/json: read ahead after value consumptionPascal S. de Kloe
2018-03-01encoding/json: avoid assuming side-effect free reflect.Value.Addr().Elem()Joe Tsai
2018-02-14encoding/json: make error capture logic in recover more type safeJoe Tsai
2017-12-06encoding/json: error when trying to set an embedded pointer to unexported str...Joe Tsai
2017-11-22encoding/json: reduce allocations by Decoder for \uXXXXMichael Schurter
2017-10-31encoding/json: disallow unknown fields in DecoderIvan Bertona
2017-10-11encoding/json: use Deprecated markersJoe Tsai
2017-08-26all: remove some double spaces from commentsDaniel Martí
2017-06-29Revert "encoding/json: reduce unmarshal mallocs for unmapped fields"Brad Fitzpatrick
2017-06-05encoding/json: clarify unmarshaling behaviour on bad fieldsAlberto Donizetti