2 stable releases

1.0.1 Jan 5, 2025
1.0.0 Jan 4, 2025

#890 in Parser implementations

Download history 286/week @ 2025-01-01 22/week @ 2025-01-08

308 downloads per month

MIT license

13KB
282 lines

RJiter: Streaming JSON parser for Rust

RJiter is a wrapper for jiter that allows to process a big JSON having a small buffer. "R" stands for "Reader", which is used to fill the buffer.

Documentation: Work in progress.

For usage, see tests.

RJiter has the same API as Jiter, plus methods to pass through long strings and bytes.

Dependencies

~3.5MB
~72K SLoC