@thompsondt Outside of sort & format, all toml that a parser can load is good toml, so loading it with a variety of parsers proves it is good enough for them.
If you want to enforce a schema, there is this, (Haven't tried it)
April 22, 2025
@thompsondt Outside of sort & format, all toml that a parser can load is good toml, so loading it with a variety of parsers proves it is good enough for them.
If you want to enforce a schema, there is this, (Haven't tried it)