config-file 0.2.3

Read and parse configuration file automatically
Documentation
1
2
3
4
5
6
7
8
{
    "host": "example.com",
    "port": 443,
    "tags": ["example", "test"],
    "inner": {
        "answer": 42
    }
}