summaryrefslogtreecommitdiff
path: root/src/encoding/json/scanner_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-5/+5
* Revert "encoding/json: implement Is on SyntaxError"Damien Neil2020-09-141-9/+0
* encoding/json: implement Is on SyntaxErrorCarlos Alexandro Becker2020-09-121-0/+9
* encoding/json: stop escaping U+2028 and U+2029 in CompactTom Thorogood2019-10-101-2/+3
* encoding/json: read ahead after value consumptionPascal S. de Kloe2018-03-011-37/+0
* encoding/json: add Valid for checking validity of input bytesMatt Layher2017-02-071-0/+20
* all: sprinkle t.Parallel on some slow testsBrad Fitzpatrick2016-11-041-0/+1
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* encoding/json: make BenchmarkSkipValue more stableJosh Bleecher Snyder2015-05-141-0/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+315