Available on crate feature
json only.Expand description
The json_writer module contains the JsonItemWriter struct, which is the main entry point for writing items to a JSON data source.
It implements the ItemWriter trait and provides methods for serializing Rust structs into JSON and writing them to a data source.