fn transform_ndjson_array_factory( values: impl IntoIterator<Item = Result<Value, Error>>, ignore_error: bool, ) -> Result<Vec<Value>>
Transform NDJSON array into a single array always return an array