I've been toying with the idea of implementing a new TOML library for LabVIEW.
I've been using OpenG variant config for years, but I would prefer to use a more standardized format for my ini config files. TOML is the best candidate for this.
Erdosmiller's library is pretty good, but as the author points out, it is no longer maintained, and it didn't gracefully handle all of the datatypes that I wanted to use.
It would be great to have the flexibility of jsontext but for TOML format. I'll post back here if I manage to get the project off the ground.