index
:
lowmemjson
main
Package lowmemjson is an alternative to the standard library's encoding/json that has lower memory requirements for large data structures.
Luke T. Shumaker
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compat
/
json
/
compat.go
Age
Commit message (
Expand
)
Author
2023-02-10
Sync borrowed code from Go 1.20
Luke Shumaker
2023-01-30
BREAKING CHANGE: reencode: Separate config from state
Luke Shumaker
2023-01-30
decode: Fix DecodeTypeError offsets
Luke Shumaker
2023-01-29
.golangci.yml: Turn on 'stylecheck', fix
Luke Shumaker
2023-01-29
.golangci.yml: Turn on 'godot', fix
Luke Shumaker
2023-01-29
.golangci.yml: Turn on formatting linters 'gci' and 'gofumpt', fix
Luke Shumaker
2023-01-25
Delete things I don't want to document
Luke Shumaker
2023-01-25
compat/json: Don't forget to alias json.Unmarshaler
Luke Shumaker
2022-08-17
Get the linter passing (even if it means ignoring borrowed files)
Luke Shumaker
2022-08-17
Add more tests around trailing-newlines from the encoder
Luke Shumaker
2022-08-17
Get the new borrowed tests passing
Luke Shumaker
2022-08-17
Get the new borrowed tests running right [ci-skip]
Luke Shumaker
2022-08-17
Fix those now-failing error checks
Luke Shumaker
2022-08-16
compat: Factor out convertXXXError functions
Luke Shumaker
2022-08-16
Get borrowed_decode_test.go passing
Luke Shumaker
2022-08-16
Get borrowed_encode_test.go passing [ci-skip]
Luke Shumaker
2022-08-16
Get borrowed_scanner_test.go passing [ci-skip]
Luke Shumaker
2022-08-16
wip: Reduce test differences [ci-skip]
Luke Shumaker
2022-08-15
Create a compat/json compatibility library
Luke Shumaker