A practical config structure for applications and services.
{
"site": "json.bigfacewo.com",
"features": {"darkMode": true, "analytics": true},
"limits": {"maxFileMb": 20, "maxDepth": 16},
"retryPolicy": {"attempts": 3, "backoffMs": 1000}
}Group related settings into nested objects for easier validation.