hocon 0.5.1

Reads HOCON configuration files
Documentation
1
2
3
4
5
6
a = "value from substitution"
fromparent = ${b}
c = {
    d = 8
    e = ${a}
}