Expand description
Diff primitives: line-level text diff and structural JSON diff.
Structs§
- Text
Diff - The result of comparing two text outputs.
Enums§
- DiffOp
- A single edit operation in a text diff.
- Json
Diff Op - An operation in a structural JSON diff.
Functions§
- json_
diff - Computes a structural diff between two JSON strings.