We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
_Footer
Added Toml v1.0.0 implementation in Jai
keeping it alphabetical
Updated Home (markdown)
Correct language name in validators section
Destroyed _Sidebar (markdown)
Destroyed Mineminenomi (markdown)
added jsr.io/@std/toml
Bash
remove .
Add PowerShell Module for working with TOML 1.0
Revert 1262d62e6d47323217bdc6b6ba52c87af91235d3...83d132b13c326defb6e3dd9934d14d2514e5cb5f on Home
Remove https://github.com/iarna/iarna-toml – hasn't been seriously maintained for over 4 years now, and there are several much better and maintained JavaScript libraries.
Update VS Code editor integration recommendatoin
Created Mineminenomi (markdown)
feat(validator): add Python toml-lint
Adding my akuleshov7/ktoml implementation of TOML serialization/deserialization in Kotlin
Updated _Sidebar (markdown)
There's tons of options for C++ and this one hasn't been maintained in years
Remove the word "compliant" because many of these parsers are not in fact compliant; they *target* 1.0 (or 0.5 or whatever) but that's not the same and many don't pass toml-test (sometimes for small obscure edge cases that aren't too important, sometimes not-so-small-obscure edge cases that are more important)
Add toml-c