Structs§
Enums§
Functions§
- diff
- Unified diff function for diffx (Value-based)
- diff_
paths - Unified diff function for diffx (path-based entry point)
- estimate_
memory_ usage - Estimate memory usage of a JSON value - FOR INTERNAL USE ONLY
- format_
diff_ output - Format DiffResult output using proper Display implementation
- format_
output - Format output to string - FOR INTERNAL USE ONLY
- parse_
csv - Parse CSV content - FOR INTERNAL USE ONLY
- parse_
ini - Parse INI content - FOR INTERNAL USE ONLY
- parse_
json - Parse JSON content - FOR INTERNAL USE ONLY External users should read files themselves and use diff() function
- parse_
toml - Parse TOML content - FOR INTERNAL USE ONLY
- parse_
xml - Parse XML content - FOR INTERNAL USE ONLY
- parse_
yaml - Parse YAML content - FOR INTERNAL USE ONLY
- value_
type_ name - Get type name of a JSON value - FOR INTERNAL USE ONLY
- would_
exceed_ memory_ limit - Check if values would exceed memory limit - FOR INTERNAL USE ONLY