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
{
  "application": {
    "name": "myapp",
    "version": "1.0.0",
    "debug": true,
    "environment": "development"
  },
  "database": {
    "host": "localhost",
    "port": 5432,
    "name": "myapp_dev",
    "timeout": 30
  },
  "services": {
    "auth": {
      "enabled": true,
      "url": "http://localhost:8080"
    },
    "cache": {
      "enabled": false,
      "url": "redis://localhost:6379"
    }
  }
}