aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/json/encode.go
AgeCommit message (Expand)Author
2024-01-25encoding/json: optimize isValidNumber functionShulhan
2023-10-18encoding/json: use reflect.Value.IsZeroandig
2023-09-08encoding: modernize Go documentationJoe Tsai
2023-08-29encoding/json: adjust comment about encoding \b and \fChristian Höppner
2023-08-25encoding/json: optimize Marshal for mapskorzhao
2023-08-23encoding/json: encode \b and \f as '\b' and '\f' in JSON stringsJoe Tsai
2023-08-18encoding/json: use base64.Encoding.AppendEncodeAndy Pan
2023-08-14encoding/json: declare hex as a constJes Cok
2023-08-07all: add a few more godoc linksDaniel Martí
2023-08-01encoding/json: replace "between or" with "between and" in commentJes Cok
2023-08-01encoding/json: use reflect.TypeFor for known typesIan Lance Taylor
2023-07-29encoding/json: replace dead link in appendStringkorzhao
2023-05-25encoding/json: document unsupported float valuesSean Liao
2023-03-15encoding/json: make use of Buffer.AvailableBufferJoe Tsai
2023-02-27encoding/json: simplify folded name logicJoe Tsai
2023-02-27encoding/json: use append for HTMLEscapeJoe Tsai
2023-02-24encoding/json: use append-like operations for encodingJoe Tsai
2023-02-24encoding/json: unify encodeState.string and encodeState.stringBytesJoe Tsai
2023-02-24encoding/json: use append for Compact and IndentJoe Tsai
2022-08-23encoding/json: give it a chance to put encodeState back in pool when error oc...Andy Pan
2022-04-11all: gofmt main repoRuss Cox
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-03-02encoding/json: use reflect.Value.UnsafePointer over PointerJoe Tsai
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-26all: use reflect.{Pointer,PointerTo}Cuong Manh Le
2021-03-05encoding/json: marshal maps using reflect.Value.MapRangeMeng Zhuo
2021-02-25reflect: add Method.IsExported and StructField.IsExported methodsJoe Tsai
2020-09-25encoding/json: added docs to UnsupportedValueErrorCarlos Alexandro Becker
2020-09-24encoding/json: detect cyclic maps and sliceslujjjh
2020-09-24encoding/json: allow semicolon in field key / struct tagSean Liao
2020-09-14Revert "encoding/json: implement Is on all errors"Damien Neil
2020-09-13encoding/json: implement Is on all errorsCarlos Alexandro Becker
2020-05-08encoding/json: properly encode strings with ",string" againDaniel Martí
2020-02-22encoding/json: fix broken link to json.orgJon Johnson
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í