Crate jsonit

Source

Structs§

JsonSeqIterator
Holds data in order to parse a stream of u8, represented as a Read Should be created using JsonSeqIterator::new
ReaderIter

Enums§

JsonItError
Master error for the JsonSeqIterator Holds error, for std::io::Error, serde_json::Error and JsonItError::InvalidJsonCharacter

Functions§

make_prefix
Makes a prefix for the iterator::stream_read_items_at function
stream_read_items_at
Returns an iterator returning serde parsed struct when consumed