TOON Diff
Compare two TOON files — structural key-level diff
Unified
Split
重置示例
对比 ↗
Left (Original)
1
2
3
4
5
6
7
8
9
10
# Config v1 name: my-app version: 1.0.0 port: 3000 debug: false features: auth, logging, cache limits: maxUsers: 100 timeout: 30
Right (Modified)
1
2
3
4
5
6
7
8
9
10
11
12
# Config v2 name: my-app version: 1.1.0 port: 8080 debug: true features: auth, logging, metrics backup, export limits: maxUsers: 500 timeout: 60 retry: 3