figtree 0.2.2

Figtree is a file format for human-useable configuration
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
test {
    "string": "value",
    "list": ["value 1", "value 2", 3, 4.0, "value 5"],

    subtest {
        "nonexistent": null,
        "dict": {
            "seven": 7,
            "4.0": 4.0,
            "2 + 1 == 3": true,
            "an identifier": !jello_shots,
            "a complex identifier": !`this one has spaces in`
        }
    }
}