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
/
decode_scan_test.go
Age
Commit message (
Expand
)
Author
2023-02-18
jsonparse: Have PushReadBarrier reject trailing whitespace
Luke Shumaker
2023-02-18
decode_scan, jsonparse: Rework the behavior to make a bit more sense
Luke Shumaker
2023-02-18
decode_scan: Add a bunch of tests
Luke Shumaker
2023-02-07
internal: Split in to sub-packages
Luke Shumaker
2023-01-30
Invent "barriers" instead of nesting parsers
Luke Shumaker
2023-01-30
decode: Inline noWsRuneTypeScanner into runeTypeScannerImpl
Luke Shumaker
2023-01-30
decode: Fix DecodeTypeError offsets
Luke Shumaker
2023-01-29
.golangci.yml: Turn on 'prealloc', fix
Luke Shumaker
2023-01-29
.golangci.yml: Turn on 'paralleltest', fix
Luke Shumaker
2023-01-26
Move the Parser to the internal package
Luke Shumaker
2022-08-21
decode: Lean in to io.RuneScanner
Luke Shumaker
2022-08-17
Get the new borrowed tests passing
Luke Shumaker
2022-08-17
Add tests for decode reading too far
Luke Shumaker
2022-08-16
decode_scan_test.go: Factor out a common test runner
Luke Shumaker
2022-08-16
Run the fuzzer a bit
Luke Shumaker
2022-08-15
rename parse_scan decode_scan parse_scan*
Luke Shumaker