Overview of the structural JSON diff format
masterThe structural format is a human-readable diff format designed for JSON and YAML data. Key features include:
- Human-readable: Produces unified diff-style output.
- Context-aware: Provides surrounding elements to clarify the location of changes.
- Set semantics: Can treat arrays as sets or multisets when element order is not significant.
- Configurable: Supports numeric precision tolerance for floating-point comparisons.
- Flexible: Uses
PathOptionsto allow fine-grained control over how specific paths are compared.