hocon 0.9.0

Reads HOCON configuration files
Documentation
1
2
3
4
5
6
7
8
9
10
include "basic.conf"

{
    "a": 12,
    "f": {
        "h": 8
    }
    "a" = 5
    "old": include "substitution.conf"
}