Function servers::http::event::transform_ndjson_array_factory

source ยท
fn transform_ndjson_array_factory(
    values: impl IntoIterator<Item = Result<Value, Error>>,
    ignore_error: bool,
) -> Result<Vec<Value>>
Expand description

Transform NDJSON array into a single array always return an array