summaryrefslogtreecommitdiff
path: root/src/encoding/json/decode_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: spell "marshal" and "unmarshal" consistentlyDmitri Shuralyov2016-11-121-2/+2
* encoding/json: fix decoding of null into Unmarshaler, TextUnmarshalerRuss Cox2016-10-171-32/+193
* encoding/json: handle misspelled JSON literals in ,stringRuss Cox2016-10-131-0/+14
* encoding/json: add struct and field name to UnmarshalTypeError messageJirka Daněk2016-10-051-7/+35
* encoding/json: use standard ES6 formatting for numbers during marshalRuss Cox2016-10-051-0/+12
* encoding/json: additional tests and fixes for []typedByte encoding/decodingRuss Cox2016-05-241-9/+203
* encoding/json: support maps with integer keysCaleb Spare2016-05-101-1/+90
* encoding/json: allow non-string type keys for (un-)marshalAugusto Roman2016-04-051-18/+44
* encoding/json, internal/testenv: use FatalfDominik Honnef2016-03-221-1/+1
* encoding/json: use reflect.SetBytes when decoding bytesHåvard Haugen2015-11-141-0/+21
* encoding/json: check for exported fields in embedded structsMarcel van Lohuizen2015-10-261-2/+14
* encoding/json: spell "marshaling" and "unmarshaling" consistentlyAndrew Gerrand2015-09-231-2/+2
* 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-75/+1
* encoding/json: fix decoding of JSON null valuesDidier Spezia2015-07-221-1/+75
* encoding/json: document and test overwrite of slice, map during UnmarshalRuss Cox2015-07-151-0/+9
* encoding/json: fix out of phase error unmarshaling non-string into TextUnmars...Russ Cox2015-07-151-0/+25
* encoding/json: Only allow string option for valid typesLarz Conwell2015-07-151-0/+24
* encoding/json: fix decoding of types with '[]byte' as underlying typeHåvard Haugen2015-05-151-0/+21
* encoding/json: add UnmarshalTypeError.OffsetAlex Plugaru2015-01-291-2/+2
* encoding/json: address go vet reportsEmil Hessman2014-12-281-1/+2
* encoding/json: fix handling of null with ,string fieldsRuss Cox2014-10-071-7/+14
* encoding/json: don't panic on incorrect map argumentRobert Griesemer2014-10-011-1/+11
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+1356