aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/json/encode_test.go
AgeCommit message (Expand)Author
2020-05-27[release-branch.go1.14] encoding/json: properly encode strings with ",string"...Daniel Martí
2019-11-11encoding/json: error when encoding a pointer cycleDaniel Martí
2019-10-16encoding/json: correct caller's name in encoding errorsEugene Kalinin
2019-09-16encoding/json: make Number with the ,string option marshal with quotesLucas Bremgartner
2019-09-11encoding/json: encode nil encoding.TextMarshaler instance as "null"William Poussier
2019-09-09src: gofmt -sAinar Garipov
2019-09-01encoding/json: fix panic for nil instances of TextMarshaler in map keysWilliam Poussier
2019-05-22all: shorten some testsRuss Cox
2018-08-26encoding/json: fix handling of nil anonymous structsDaniel Martí
2018-08-21encoding/json: encode struct field names ahead of timeDaniel Martí
2018-02-14encoding/json: make error capture logic in recover more type safeJoe Tsai
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