aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/json/encode_test.go
AgeCommit message (Expand)Author
2017-12-06encoding/json: error when trying to set an embedded pointer to unexported str...Joe Tsai
2017-11-13encoding/json: always ignore embedded pointers to unexported struct typesJoe Tsai
2017-11-08encoding/json: permit encoding uintptr as a stringIan Lance Taylor
2017-11-04all: change github.com issue links to golang.orgLeigh McCulloch
2017-07-22encoding/json: ignore embedded fields of pointers to unexported non-structsJoe Tsai
2017-06-14encoding/json: don't marshal unexported embedded fields of non struct typethoeni
2016-11-12all: spell "marshal" and "unmarshal" consistentlyDmitri Shuralyov
2016-11-11encoding/json: encode nil Marshaler as "null"Emmanuel Odeke
2016-11-04all: sprinkle t.Parallel on some slow testsBrad Fitzpatrick
2016-11-01encoding/json: marshal with null when RawMessage is nilJoe Tsai
2016-10-26encoding/json: marshal the RawMessage value type the same as its pointer typeBrad Fitzpatrick
2016-10-05encoding/json: use standard ES6 formatting for numbers during marshalRuss Cox
2016-04-22encoding/json: add Encoder.DisableHTMLEscapingCaleb Spare
2016-04-06encoding/json: respect json.Marshaler when encoding byte kind slicesHÃ¥vard Haugen
2016-04-05encoding/json: allow non-string type keys for (un-)marshalAugusto Roman
2015-11-25encoding/json: check if Number is validErik Dubbelboer
2015-10-14encoding/json: simplify encodeState.{string, stringBytes}Nodir Turakulov
2014-10-27encoding/json: encode \t as \t instead of \u0009Russ Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox