aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/json
AgeCommit message (Expand)Author
2021-03-14encoding/json: fix package shadowing in MarshalIndent exampleAriel Mashraki
2021-03-05encoding/json: marshal maps using reflect.Value.MapRangeMeng Zhuo
2021-02-25reflect: add Method.IsExported and StructField.IsExported methodsJoe Tsai
2021-02-24encoding/json: reduce allocated space in UnmarshalJosh Bleecher Snyder
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-01encoding/json: revert "add "json: " prefix to SyntaxError messages"Kevin Burke
2020-10-21encoding/json: add "json: " prefix to SyntaxError messagesKevin Burke
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
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 SyntaxError"Damien Neil
2020-09-14Revert "encoding/json: implement Is on all errors"Damien Neil
2020-09-13encoding/json: implement Is on all errorsCarlos Alexandro Becker
2020-09-12encoding/json: implement Is on SyntaxErrorCarlos Alexandro Becker
2020-07-02Revert "encoding/json: don't reuse slice elements when decoding"Daniel Martí
2020-06-15encoding/json: revert "avoid work when unquoting strings, take 2"Daniel Martí
2020-05-28Revert "encoding/json: reuse values when decoding map elements"Daniel Martí
2020-05-08encoding/json: reuse values when decoding map elementsDaniel Martí
2020-05-08encoding/json: don't mangle strings in an edge case when decodingDaniel Martí
2020-05-08encoding/json: properly encode strings with ",string" againDaniel Martí
2020-05-07encoding/json: don't reuse slice elements when decodingDaniel Martí
2020-02-26encoding/json: consolidate the isSpace functioncodesoap
2020-02-24encoding/json: limit max nesting depthJordan Liggitt
2020-02-22encoding/json: fix broken link to json.orgJon Johnson
2019-11-11encoding/json: error when encoding a pointer cycleDaniel Martí
2019-10-31encoding/json: avoid work when unquoting strings, take 2Daniel Martí
2019-10-28encoding/json: remove allocation when using a Marshaler with value receiverPhil Pearl
2019-10-27encoding/json: improve performance of CompactPhil Pearl
2019-10-16encoding/json: correct caller's name in encoding errorsEugene Kalinin
2019-10-11encoding/json: add Decoder.InputOffset for offset accessFrancesco Renzi
2019-10-10encoding/json: support TextUnmarshaler for map keys with string underlying typesCuong Manh Le
2019-10-10encoding/json: stop escaping U+2028 and U+2029 in CompactTom Thorogood
2019-09-16encoding/json: validate strings when decoding into NumberLucas Bremgartner
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-10encoding/json: don't indirect pointers when decoding nullRomain Baugue
2019-09-09src: gofmt -sAinar Garipov
2019-09-09encoding/json: clarify Unmarshal behavior for map keysEli Bendersky
2019-09-02std: remove unused bits of code all over the placeDaniel Martí
2019-09-02encoding/json: fix scanner byte offset on scanEnditchyny
2019-09-01encoding/json: revert Compact HTML escaping documentationTom Thorogood
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-08-27encoding/json: fix the broken "overwriting of data" testsDaniel Martí
2019-08-21Revert "encoding/json: avoid work when unquoting strings"Filippo Valsorda
2019-08-18encoding/json: fix format string in the Fuzz funcDmitry Vyukov
2019-07-31encoding/json: clarify Marshal behavior for string keys of mapsEli Bendersky