summaryrefslogtreecommitdiff
path: root/internal/jsonparse/parse.go
AgeCommit message (Expand)Author
2023-02-25jsonparse: Fix a bug allowing a trailing comma in objectsLuke Shumaker
2023-02-25jsonparse: Don't show raw bytes as UnicodeLuke Shumaker
2023-02-25jsonparse: Define an InvalidCharacterError type instead of using fmt.ErrorfLuke Shumaker
2023-02-25jsonparse: Reword error messages to match encoding/jsonLuke Shumaker
2023-02-19compat/json: Correctly handle syntax-error-in-decodeLuke Shumaker
2023-02-18jsonparse: Have PushReadBarrier reject trailing whitespaceLuke Shumaker
2023-02-18decode_scan, jsonparse: Rework the behavior to make a bit more senseLuke Shumaker
2023-02-18jsonparse: Fix a mistake in the commentsLuke Shumaker
2023-02-18jsonparse: Remove barrier.closed, as it is always falseLuke Shumaker
2023-02-16Clean up the hex handlingLuke Shumaker
2023-02-10tree-wide: Audit panic error messagesLuke Shumaker
2023-02-07internal: Split in to sub-packagesLuke Shumaker