aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/json/scanner.go
AgeCommit message (Expand)Author
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-09-14Revert "encoding/json: implement Is on SyntaxError"Damien Neil
2020-09-12encoding/json: implement Is on SyntaxErrorCarlos Alexandro Becker
2020-02-26encoding/json: consolidate the isSpace functioncodesoap
2020-02-24encoding/json: limit max nesting depthJordan Liggitt
2019-10-27encoding/json: improve performance of CompactPhil Pearl
2018-10-06encoding/json: use isSpace in stateEndTopGabriel Aszalos
2018-03-01encoding/json: read ahead after value consumptionPascal S. de Kloe
2017-02-07encoding/json: add Valid for checking validity of input bytesMatt Layher
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-09-21encoding/json: scanner: use byte, more consistentMarvin Stenger
2015-06-18encoding/json: Remove extra allocation in scanner.Peter Waldschmidt
2014-09-08build: move package sources from src/pkg to srcRuss Cox