summaryrefslogtreecommitdiff
path: root/src/encoding/json/encode_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-56/+56
* encoding/json: marshal maps using reflect.Value.MapRangeMeng Zhuo2021-03-051-0/+21
* encoding/json: detect cyclic maps and sliceslujjjh2020-09-241-1/+26
* Revert "encoding/json: implement Is on all errors"Damien Neil2020-09-141-23/+1
* encoding/json: implement Is on all errorsCarlos Alexandro Becker2020-09-131-1/+23
* encoding/json: properly encode strings with ",string" againDaniel Martí2020-05-081-29/+58
* encoding/json: error when encoding a pointer cycleDaniel Martí2019-11-111-0/+35
* encoding/json: correct caller's name in encoding errorsEugene Kalinin2019-10-161-0/+27
* encoding/json: make Number with the ,string option marshal with quotesLucas Bremgartner2019-09-161-1/+4
* encoding/json: encode nil encoding.TextMarshaler instance as "null"William Poussier2019-09-111-7/+24
* src: gofmt -sAinar Garipov2019-09-091-2/+2
* encoding/json: fix panic for nil instances of TextMarshaler in map keysWilliam Poussier2019-09-011-0/+15
* all: shorten some testsRuss Cox2019-05-221-0/+6
* encoding/json: fix handling of nil anonymous structsDaniel Martí2018-08-261-0/+13
* encoding/json: encode struct field names ahead of timeDaniel Martí2018-08-211-0/+15
* encoding/json: make error capture logic in recover more type safeJoe Tsai2018-02-141-0/+14
* encoding/json: error when trying to set an embedded pointer to unexported str...Joe Tsai2017-12-061-4/+3
* encoding/json: always ignore embedded pointers to unexported struct typesJoe Tsai2017-11-131-3/+4
* encoding/json: permit encoding uintptr as a stringIan Lance Taylor2017-11-081-3/+6
* all: change github.com issue links to golang.orgLeigh McCulloch2017-11-041-1/+1
* encoding/json: ignore embedded fields of pointers to unexported non-structsJoe Tsai2017-07-221-69/+160
* encoding/json: don't marshal unexported embedded fields of non struct typethoeni2017-06-141-0/+53
* all: spell "marshal" and "unmarshal" consistentlyDmitri Shuralyov2016-11-121-2/+2
* encoding/json: encode nil Marshaler as "null"Emmanuel Odeke2016-11-111-0/+38
* all: sprinkle t.Parallel on some slow testsBrad Fitzpatrick2016-11-041-0/+2
* encoding/json: marshal with null when RawMessage is nilJoe Tsai2016-11-011-33/+97
* encoding/json: marshal the RawMessage value type the same as its pointer typeBrad Fitzpatrick2016-10-261-1/+14
* encoding/json: use standard ES6 formatting for numbers during marshalRuss Cox2016-10-051-0/+106
* encoding/json: add Encoder.DisableHTMLEscapingCaleb Spare2016-04-221-26/+30
* encoding/json: respect json.Marshaler when encoding byte kind slicesHåvard Haugen2016-04-061-0/+55
* encoding/json: allow non-string type keys for (un-)marshalAugusto Roman2016-04-051-0/+16
* encoding/json: check if Number is validErik Dubbelboer2015-11-251-0/+12
* encoding/json: simplify encodeState.{string, stringBytes}Nodir Turakulov2015-10-141-8/+2
* encoding/json: encode \t as \t instead of \u0009Russ Cox2014-10-271-0/+52
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+480