YAML Formatter
Format and validate YAML with consistent indentation and optional key sorting.
Compare two YAML documents and display added, removed, and changed keys in a tree view.
YAML Diff compares two YAML documents and displays the differences in a tree view. It ignores indentation differences and detects only actual data changes, making it useful for tracking changes in Docker Compose, Kubernetes manifests, and CI configuration files.
A text diff compares line by line. YAML Diff compares by key and value, ignoring indentation differences, so only actual data changes are detected.
Yes. Nested mappings are compared recursively and only the keys that changed are highlighted.
Lists are compared index by index, so additions, removals, and changes to individual elements are detected separately.
No. All processing happens in your browser.