summaryrefslogtreecommitdiff
path: root/compat/json/testdata
AgeCommit message (Expand)Author
2023-02-25encode: Sort maps by the pre-string-encoded keyLuke Shumaker
2023-02-25jsonparse: Fix a bug allowing a trailing comma in objectsLuke Shumaker
2023-02-25reencode: Improve the error messages for trailing partial-UTF-8Luke Shumaker
2023-02-25compat/json: Handle io.EOF and io.ErrUnexpectedEOF the sameLuke Shumaker
2023-02-25jsonparse: Reword error messages to match encoding/jsonLuke Shumaker
2023-02-25decode: Include the invalid UTF-8 byte in error messagesLuke Shumaker
2023-02-25Fuzz for equivalence between stdlib and lowmemjsonLuke Shumaker
2023-02-07Fix being able to run the benchmarksLuke Shumaker
2022-08-16Run the fuzzer a bitLuke Shumaker