aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/json/encode.go
AgeCommit message (Expand)Author
2019-01-15encoding/json: add comment for mashalererror structGuilhermeCaruso
2018-08-26encoding/json: fix handling of nil anonymous structsDaniel Martí
2018-08-25encoding/json: remove a branch in the structEncoder loopDaniel Martí
2018-08-25encoding/json: avoid some more pointer receiversDaniel Martí
2018-08-22encoding/json: simplify some pieces of the encoderDaniel Martí
2018-08-22encoding/json: inline fieldByIndexDaniel Martí
2018-08-22encoding/json: simplify the structEncoder typeDaniel Martí
2018-08-21encoding/json: remove alloc when encoding short byte slicesDaniel Martí
2018-08-21encoding/json: encode struct field names ahead of timeDaniel Martí
2018-08-21encoding/json: call reflect.TypeOf with nil pointers rather than allocatingTim Cooper
2018-04-17encoding/json: simplify dominantFieldMichael Fraenkel
2018-04-13encoding/json: make use of encodeStatePool in MarshalJeremy Jackins
2018-03-03encoding/json: apply conventional error handling in decoderPascal S. de Kloe
2018-03-03encoding/json: use sync.Map for field cacheJoe Tsai
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-27encoding/json: remove the word "text" in "JSON text" from package docs.rajender
2017-11-27encoding/json: update RFC numberrajender
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-10-11encoding/json: use Deprecated markersJoe Tsai
2017-09-23encoding/json: cleanup detection of unexported embedded fieldsJoe Tsai
2017-09-12encoding/json: update documentation for MarshalIndenttbunyk
2017-08-28all: remove some unused result paramsDaniel Martí
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
2017-04-28encoding/json: replace encoderCache RWMutex with a sync.MapBryan C. Mills
2016-11-22encoding/json: document what happens to MarshalText's resultRuss Cox
2016-11-11encoding/json: encode nil Marshaler as "null"Emmanuel Odeke
2016-10-06encoding/json: explicitly document and test "-" key tagRichard Gibson
2016-10-05encoding/json: use standard ES6 formatting for numbers during marshalRuss Cox
2016-10-04all: use sort.Slice where applicableBrad Fitzpatrick
2016-09-27 encoding/json: fix a bug in the documentationmike andrews
2016-09-08encoding/json: Use a lookup table for safe charactersKevin Burke
2016-06-27encoding/json: copy-on-write cacheTypeFieldsDavid Crawshaw
2016-06-03encoding/json: fix docs on valid key namesDavid Glasser
2016-05-24encoding/json: additional tests and fixes for []typedByte encoding/decodingRuss Cox
2016-05-16encoding/json: document that object keys are sortedScott Bell
2016-05-10encoding/json: support maps with integer keysCaleb Spare
2016-04-22encoding/json: add Encoder.DisableHTMLEscapingCaleb Spare
2016-04-16encoding/json: update docs to not use misuse the term "object"Brad Fitzpatrick
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
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-12-04encoding/json: streamline, unexport valid Number checkingRuss Cox
2015-11-25encoding/json: check if Number is validErik Dubbelboer
2015-10-26encoding/json: check for exported fields in embedded structsMarcel van Lohuizen
2015-10-14encoding/json: simplify encodeState.{string, stringBytes}Nodir Turakulov
2015-09-28encoding/json: document that encoding.TextMarshaler is used if no (json) Mars...Robert Griesemer