Expand description
This module provides a JSON item reader and writer implementation for Spring Batch.
Modulesยง
- json_
reader - The
json_reader
module contains theJsonItemReader
struct, which is the main entry point for reading items from a JSON data source. It implements theItemReader
trait and provides methods for reading items from a JSON data source and deserializing them into Rust structs. - json_
writer - The
json_writer
module contains theJsonItemWriter
struct, which is the main entry point for writing items to a JSON data source. It implements theItemWriter
trait and provides methods for serializing Rust structs into JSON and writing them to a data source.