hocon 0.9.0

Reads HOCON configuration files
Documentation
{
    "a": 5
    "b": 6.7
    "c": 
        [
            1
            2

            3
        ]

    "d": true

    "e": "val"
    "f": 
        {
            "g": 12
            "g": false
        }
    
    "i"
        {
            "j": 42
        }
}