summaryrefslogtreecommitdiff
path: root/src/encoding/json/encode_test.go
Commit message (Expand)AuthorAgeFilesLines
* 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