Config File
Application configuration JSON
JSON
{
"app": "myapp",
"version": "1.0.0",
"debug": false,
"database": {
"host": "localhost",
"port": 5432,
"name": "mydb"
},
"features": [
"auth",
"logging",
"cache"
]
}Stats
- Key count: 8
- Nesting depth: 2
- Size: 187 bytes