diffx 0.7.1

Smart diff for config files. Compare JSON/YAML/TOML/XML semantically. Features: ignore patterns, array tracking, directory compare, JSON/YAML output
{
  "application": {
    "name": "myapp",
    "version": "1.0.0",
    "debug": false,
    "environment": "production"
  },
  "database": {
    "host": "prod-db.example.com",
    "port": 5432,
    "name": "myapp_prod",
    "timeout": 60
  },
  "services": {
    "auth": {
      "enabled": true,
      "url": "https://auth.example.com"
    },
    "cache": {
      "enabled": true,
      "url": "redis://cache.example.com:6379"
    }
  }
}