aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/json/encode.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-28encoding/json: remove allocation when using a Marshaler with value receiverPhil Pearl
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-11encoding/json: fix and optimize marshal for quoted stringLucas Bremgartner
2019-09-10encoding/json: don't reset before returning buffer to poolandig
2019-09-01encoding/json: fix panic for nil instances of TextMarshaler in map keysWilliam Poussier
2019-08-27encoding/json: remove unnecessary isValidNumber callDaniel Martí
2019-07-31encoding/json: clarify Marshal behavior for string keys of mapsEli Bendersky
2019-07-06encoding/json: obey SetEscapeHTML in all MarshalJSON casesDaniel Martí
2019-05-04all: add Unwrap and Is methods to various error typesDamien Neil
2019-04-23encoding/json: document HTML escaping in CompactRuss Cox
2019-04-23encoding/json: index names for the struct decoderDaniel Martí
2019-03-08all: simplify multiple for loopsDaniel Martí
2019-03-05all: join a few chained ifsDaniel Martí
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