diffx 0.7.0

Smart diff for config files. Compare JSON/YAML/TOML/XML semantically. Features: ignore patterns, array tracking, directory compare, JSON/YAML output
{
  "config": {
    "database": {
      "host": "localhost",
      "port": 5432,
      "name": "myapp"
    },
    "cache": {
      "enabled": true,
      "ttl": 3600
    },
    "logging": {
      "level": "info",
      "format": "json"
    }
  },
  "version": "1.0",
  "features": [
    "auth",
    "logging",
    "cache"
  ]
}