config-file2 0.4.1

Extremely easy to read and write configuration file
Documentation
1
2
3
4
5
6
7
8
9
<TestConfig>
    <host>example.com</host>
    <port>443</port>
    <tags>example</tags>
    <tags>test</tags>
    <inner>
        <answer>42</answer>
    </inner>
</TestConfig>