servers::http::event

Function 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