irx-config 3.5.0

The library provides convenient way to represent/parse configuration from different sources
Documentation
1
2
3
4
5
6
7
8
9
10
{
    "settings": {
        "id": 42,
        "name": "node json from file"
    },
    "logger": {
        "address": "json.localhost",
        "tag": "logger json file tag"
    }
}