aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/json/decode_test.go
AgeCommit message (Expand)Author
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-07-15encoding/json: Only allow string option for valid typesLarz Conwell
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