Configuration JSON Example

A practical config structure for applications and services.

Example

{
  "site": "json.bigfacewo.com",
  "features": {"darkMode": true, "analytics": true},
  "limits": {"maxFileMb": 20, "maxDepth": 16},
  "retryPolicy": {"attempts": 3, "backoffMs": 1000}
}

Explanation

Group related settings into nested objects for easier validation.