Expand description
Configuration types for the diff algorithm.
Structs§
- Array
Match Config - Per-path configuration for array element matching.
- Diff
Config - Top-level configuration for the diff algorithm.
- Match
Config - Configures how array elements are matched between actual and expected values.
Enums§
- Ambiguous
Match Strategy - Controls behavior when multiple actual array elements could match a single expected element.
- Array
Match Mode - How array elements are matched between actual and expected values at a given path.