pub fn diff_to_value(d: &DiffResult) -> ValueExpand description
Convert a DiffResult into a Value::Object suitable for JSON serialisation.
Shape: { "added": {...}, "removed": {...}, "changed": { key: { "from": ..., "to": ... } }, "unchanged": [...] }