pub fn csv_diff(
source: &Value,
target: &Value,
options: &CsvDiffOptions,
) -> CsvDiffExpand description
Compute diff between two CSV representations
Both source and target should be JSON values in the CSV gron format:
{"csv": {"rows": [{"col1": "val1", ...}, ...]}}