Expand description
Zero-copy lazy JSON parser with lifetime management
This parser minimizes memory allocations by working directly with input slices, providing lazy evaluation and zero-copy string extraction where possible.
Structs§
- Incremental
Parser - Incremental parser for streaming scenarios
- Memory
Usage - Memory usage statistics for lazy values
- Zero
Copy Parser - Zero-copy JSON parser implementation
Enums§
- Lazy
Json Value - Zero-copy JSON value that references original buffer when possible
Traits§
- Lazy
Parser - Zero-copy lazy parser trait with lifetime management