Structs§
- Json
SeqIterator - Holds data in order to parse a stream of u8, represented as a Read Should be created using JsonSeqIterator::new
- Reader
Iter
Enums§
- Json
ItError - 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