summaryrefslogtreecommitdiff
path: root/src/encoding/json/decode.go
Commit message (Expand)AuthorAgeFilesLines
* Revert "encoding/json: reduce unmarshal mallocs for unmapped fields"Brad Fitzpatrick2017-06-291-28/+34
* encoding/json: clarify unmarshaling behaviour on bad fieldsAlberto Donizetti2017-06-051-1/+3
* encoding/json: reduce unmarshal mallocs for unmapped fieldsPascal S. de Kloe2017-03-201-34/+28
* encoding/json: clarify documention for Unmarshal into a pointer.Tuo Shan2017-02-101-1/+2
* encoding/json: fix bad formatting introduced in CL 20356Russ Cox2016-10-241-2/+2
* encoding/json: fix decoding of null into Unmarshaler, TextUnmarshalerRuss Cox2016-10-171-5/+26
* encoding/json: handle misspelled JSON literals in ,stringRuss Cox2016-10-131-1/+13
* encoding/json: add struct and field name to UnmarshalTypeError messageJirka Daněk2016-10-051-27/+55
* encoding/json: support maps with integer keysCaleb Spare2016-05-101-13/+39
* encoding/json: update docs to not use misuse the term "object"Brad Fitzpatrick2016-04-161-1/+1
* encoding/json: allow non-string type keys for (un-)marshalAugusto Roman2016-04-051-8/+24
* all: single space after period.Brad Fitzpatrick2016-03-021-5/+5
* encoding/json: doc: Decode only writes to exported fieldsIan Lance Taylor2016-01-081-0/+1
* encoding/json: streamline, unexport valid Number checkingRuss Cox2015-12-041-89/+31
* encoding/json: revise docs for Unmarshal into map, slice, arrayRuss Cox2015-12-031-5/+15
* encoding/json: check if Number is validErik Dubbelboer2015-11-251-0/+121
* encoding/json: use reflect.SetBytes when decoding bytesHåvard Haugen2015-11-141-1/+1
* encoding/json: spell "marshaling" and "unmarshaling" consistentlyAndrew Gerrand2015-09-231-1/+1
* encoding/json: scanner: use byte, more consistentMarvin Stenger2015-09-211-1/+1
* encoding/json: revert "fix decoding of JSON null values"Russ Cox2015-07-301-1/+1
* encoding/json: fix decoding of JSON null valuesDidier Spezia2015-07-221-1/+1
* encoding/json: document and test overwrite of slice, map during UnmarshalRuss Cox2015-07-151-0/+7
* encoding/json: fix out of phase error unmarshaling non-string into TextUnmars...Russ Cox2015-07-151-0/+1
* encoding/json: fix decoding of types with '[]byte' as underlying typeHåvard Haugen2015-05-151-1/+1
* encoding/json: add UnmarshalTypeError.OffsetAlex Plugaru2015-01-291-19/+20
* encoding/json: address go vet reportsEmil Hessman2014-12-281-1/+1
* encoding/json: fix handling of null with ,string fieldsRuss Cox2014-10-071-4/+36
* encoding/json: don't panic on incorrect map argumentRobert Griesemer2014-10-011-2/+4
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+1050