aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/json/decode.go
AgeCommit message (Expand)Author
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
2017-03-20encoding/json: reduce unmarshal mallocs for unmapped fieldsPascal S. de Kloe
2017-02-10encoding/json: clarify documention for Unmarshal into a pointer.Tuo Shan
2016-10-24encoding/json: fix bad formatting introduced in CL 20356Russ Cox
2016-10-17encoding/json: fix decoding of null into Unmarshaler, TextUnmarshalerRuss Cox
2016-10-13encoding/json: handle misspelled JSON literals in ,stringRuss Cox
2016-10-05encoding/json: add struct and field name to UnmarshalTypeError messageJirka Daněk
2016-05-10encoding/json: support maps with integer keysCaleb Spare
2016-04-16encoding/json: update docs to not use misuse the term "object"Brad Fitzpatrick
2016-04-05encoding/json: allow non-string type keys for (un-)marshalAugusto Roman
2016-03-02all: single space after period.Brad Fitzpatrick
2016-01-08encoding/json: doc: Decode only writes to exported fieldsIan Lance Taylor
2015-12-04encoding/json: streamline, unexport valid Number checkingRuss Cox
2015-12-03encoding/json: revise docs for Unmarshal into map, slice, arrayRuss Cox
2015-11-25encoding/json: check if Number is validErik Dubbelboer
2015-11-14encoding/json: use reflect.SetBytes when decoding bytesHåvard Haugen
2015-09-23encoding/json: spell "marshaling" and "unmarshaling" consistentlyAndrew Gerrand
2015-09-21encoding/json: scanner: use byte, more consistentMarvin Stenger
2015-07-30encoding/json: revert "fix decoding of JSON null values"Russ Cox
2015-07-22encoding/json: fix decoding of JSON null valuesDidier Spezia
2015-07-15encoding/json: document and test overwrite of slice, map during UnmarshalRuss Cox
2015-07-15encoding/json: fix out of phase error unmarshaling non-string into TextUnmars...Russ Cox
2015-05-15encoding/json: fix decoding of types with '[]byte' as underlying typeHåvard Haugen
2015-01-29encoding/json: add UnmarshalTypeError.OffsetAlex Plugaru
2014-12-28encoding/json: address go vet reportsEmil Hessman
2014-10-07encoding/json: fix handling of null with ,string fieldsRuss Cox