hocon 0.9.0

Reads HOCON configuration files
Documentation
1
2
3
4
5
6
{
    "object" : {
        include "test01.conf",
    },
    "array": [ { include "test01.conf" } ],
}