So, for my current project, I’m using TOML to manage strings. To this end, I have TOML installed via pip, which seems to specifically be this parser.
And for the most part, it seems to work well!
However, it also has an issue in which it seems to duplicate lone or escaped backslashes, which is interfering with my attempts to incorporate TextProperties-tags in my strings.
And what’s more, looking around the above-linked GitHub page, it doesn’t look like it’s very actively maintained. (For example, relevant to this issue, there’s already an issue there covering more or less the same problem. This was posted back in June, as I recall, and doesn’t seem to have received a response from the devs.)
I was about to post an issue on our own GitHub page requesting an alternative set of TextProperties-tags, when I discovered that there are in fact other TOML-parsers out there.
Hence this issue: Can someone recommend a good TOML-parser, please? One that has solid support for TOML, and that works on both Ubuntu Linux (and ideally other flavours of Linux) and Windows.