rjiter 1.0.1

Streaming JSON parser on top of Jiter
Documentation

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.