Available on crate feature
json only.Expand description
This module provides a JSON item reader and writer implementation for Spring Batch.
Modulesยง
- json_
reader - The
json_readermodule contains theJsonItemReaderstruct, which is the main entry point for reading items from a JSON data source. It implements theItemReadertrait and provides methods for reading items from a JSON data source and deserializing them into Rust structs. - json_
writer - The
json_writermodule contains theJsonItemWriterstruct, which is the main entry point for writing items to a JSON data source. It implements theItemWritertrait and provides methods for serializing Rust structs into JSON and writing them to a data source.