summaryrefslogtreecommitdiff
path: root/src/encoding/json
Commit message (Expand)AuthorAgeFilesLines
* reflect: add Method.IsExported and StructField.IsExported methodsJoe Tsai2021-02-251-3/+2
* encoding/json: reduce allocated space in UnmarshalJosh Bleecher Snyder2021-02-241-20/+31
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* encoding/json: revert "add "json: " prefix to SyntaxError messages"Kevin Burke2020-12-011-1/+1
* encoding/json: add "json: " prefix to SyntaxError messagesKevin Burke2020-10-211-1/+1
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-202-7/+6
* encoding/json: added docs to UnsupportedValueErrorCarlos Alexandro Becker2020-09-251-0/+2
* encoding/json: detect cyclic maps and sliceslujjjh2020-09-242-1/+53
* encoding/json: allow semicolon in field key / struct tagSean Liao2020-09-242-3/+3
* Revert "encoding/json: implement Is on SyntaxError"Damien Neil2020-09-142-15/+0
* Revert "encoding/json: implement Is on all errors"Damien Neil2020-09-144-84/+1
* encoding/json: implement Is on all errorsCarlos Alexandro Becker2020-09-134-1/+84
* encoding/json: implement Is on SyntaxErrorCarlos Alexandro Becker2020-09-122-0/+15
* Revert "encoding/json: don't reuse slice elements when decoding"Daniel Martí2020-07-022-36/+19
* encoding/json: revert "avoid work when unquoting strings, take 2"Daniel Martí2020-06-152-42/+48
* Revert "encoding/json: reuse values when decoding map elements"Daniel Martí2020-05-282-112/+45
* encoding/json: reuse values when decoding map elementsDaniel Martí2020-05-082-45/+112
* encoding/json: don't mangle strings in an edge case when decodingDaniel Martí2020-05-082-2/+36
* encoding/json: properly encode strings with ",string" againDaniel Martí2020-05-083-37/+69
* encoding/json: don't reuse slice elements when decodingDaniel Martí2020-05-072-19/+36
* encoding/json: consolidate the isSpace functioncodesoap2020-02-261-6/+6
* encoding/json: limit max nesting depthJordan Liggitt2020-02-242-6/+109
* encoding/json: fix broken link to json.orgJon Johnson2020-02-221-1/+1
* encoding/json: error when encoding a pointer cycleDaniel Martí2019-11-112-2/+62
* encoding/json: avoid work when unquoting strings, take 2Daniel Martí2019-10-311-32/+37
* encoding/json: remove allocation when using a Marshaler with value receiverPhil Pearl2019-10-281-6/+9
* encoding/json: improve performance of CompactPhil Pearl2019-10-273-11/+60
* encoding/json: correct caller's name in encoding errorsEugene Kalinin2019-10-162-8/+43
* encoding/json: add Decoder.InputOffset for offset accessFrancesco Renzi2019-10-111-5/+8
* encoding/json: support TextUnmarshaler for map keys with string underlying typesCuong Manh Le2019-10-102-2/+22
* encoding/json: stop escaping U+2028 and U+2029 in CompactTom Thorogood2019-10-102-3/+4
* encoding/json: validate strings when decoding into NumberLucas Bremgartner2019-09-162-0/+34
* encoding/json: make Number with the ,string option marshal with quotesLucas Bremgartner2019-09-162-1/+10
* encoding/json: encode nil encoding.TextMarshaler instance as "null"William Poussier2019-09-112-8/+29
* encoding/json: fix and optimize marshal for quoted stringLucas Bremgartner2019-09-113-5/+31
* encoding/json: don't reset before returning buffer to poolandig2019-09-101-1/+0
* encoding/json: don't indirect pointers when decoding nullRomain Baugue2019-09-102-3/+14
* src: gofmt -sAinar Garipov2019-09-091-2/+2
* encoding/json: clarify Unmarshal behavior for map keysEli Bendersky2019-09-091-1/+2
* std: remove unused bits of code all over the placeDaniel Martí2019-09-021-35/+0
* encoding/json: fix scanner byte offset on scanEnditchyny2019-09-022-0/+39
* encoding/json: revert Compact HTML escaping documentationTom Thorogood2019-09-011-3/+0
* encoding/json: fix panic for nil instances of TextMarshaler in map keysWilliam Poussier2019-09-012-0/+18
* encoding/json: remove unnecessary isValidNumber callDaniel Martí2019-08-273-63/+63
* encoding/json: fix the broken "overwriting of data" testsDaniel Martí2019-08-271-44/+65
* Revert "encoding/json: avoid work when unquoting strings"Filippo Valsorda2019-08-212-34/+36
* encoding/json: fix format string in the Fuzz funcDmitry Vyukov2019-08-181-1/+1
* encoding/json: clarify Marshal behavior for string keys of mapsEli Bendersky2019-07-311-1/+1
* encoding/json: obey SetEscapeHTML in all MarshalJSON casesDaniel Martí2019-07-062-2/+28
* all: shorten some testsRuss Cox2019-05-221-0/+6