Expand description
Structural diff between two SYNX values.
Structs§
- Diff
Change - A single changed key with its previous and new value.
- Diff
Result - Result of a structural diff between two SYNX objects.
Functions§
- diff
- Compute a structural diff between two SYNX objects (top-level keys).
- diff_
to_ value - Convert a
DiffResultinto aValue::Objectsuitable for JSON serialisation.