
15 Dec
2019
15 Dec
'19
11:33 a.m.
It appears that Julia has decided that the TOML spec is stable enough to include a parser in the standard library: https://github.com/JuliaLang/Pkg.jl/issues/1011
I've had good experiences with the `toml` Package for Python: https://github.com/uiri/toml.git It has an MIT license.
The TOML specification site includes tests: https://github.com/toml-lang/toml/tree/master/tests
fwiw, Alan Isaac