hocon 0.5.1

Reads HOCON configuration files
Documentation
1
2
3
4
5
6
7
8
include url("https://raw.githubusercontent.com/mockersf/hocon.rs/master/tests/data/basic.conf")

{
    "a": 12,
    "f": {
        "h": 8
    }
}