basic-toml 0.1.10

Minimal TOML library with few dependencies
Documentation
1
2
3
4
5
6
7
8
{
    "answer1": {"type": "string", "value": "\u000B"},
    "answer4": {"type": "string", "value": "\u03B4α"},
    "answer8": {"type": "string", "value": "\u03B4β"},
    "answer9": {"type": "string", "value": "\uc0de"},
    "answer10": {"type": "string", "value": "\u03B4α"},
    "answer11": {"type": "string", "value": "\uABC1"}
}