aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/json/decode.go
AgeCommit message (Expand)Author
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
2014-10-01encoding/json: don't panic on incorrect map argumentRobert Griesemer
2014-09-08build: move package sources from src/pkg to srcRuss Cox