Expand description
The json_reader
module contains the JsonItemReader
struct, which is the main entry point for reading items from a JSON data source.
It implements the ItemReader
trait and provides methods for reading items from a JSON data source and deserializing them into Rust structs.