hocon 0.9.0

Reads HOCON configuration files
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
    "a" = 5,
    "b" =  6.7,
    "c" = [1, 2, 3],
    "d" = true,
    "e" = "val",
    "f" {
        "g": 12,
        "g": false,
    },
}