aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/json/encode.go
AgeCommit message (Expand)Author
2015-07-15encoding/json: Only allow string option for valid typesLarz Conwell
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-05-15encoding/json: fix decoding of types with '[]byte' as underlying typeHÃ¥vard Haugen
2015-02-18encoding/json: Fixed the comment specifying Marshal behavior for maps.Aaron Jacobs
2014-12-14encoding/json: mention that the "string" tag applies to booleansAndrew Gerrand
2014-10-27encoding/json: encode \t as \t instead of \u0009Russ Cox
2014-10-06encoding/json: document that embedded interfaces look like non-embedded onesRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox