Tool capabilities
- Input
- TXT
- Output
- TXT · JSON
How to use YAML Diff
Compare YAML values structurally and report JSON Pointer change paths. This yaml diff works directly in your browser and is free to use without an account.
- Paste or open your input in the editor.
- Run the tool and inspect the output. If the input is invalid, correct the reported error and run it again.
- Copy the result or download it to your device.
YAML Diff · Example
Input
name: LocalKit active: true settings: count: 3
Output
{
"equal": false,
"changes": [
{
"path": "/active",
"kind": "changed",
"before": true,
"after": false
},
{
"path": "/settings",
"kind": "removed",
"before": {
"count": 3
}
}
]
}Compare YAML values structurally and report JSON Pointer change paths.
Usage notes
Inputs and results are processed on this device. Tool content is not sent to a processing server.