- cross-posted to:
- python@programming.dev
- rust@programming.dev
- cross-posted to:
- python@programming.dev
- rust@programming.dev
- Visualizer:
- Code:
- TOML spec:
You must log in or register to comment.
What’s wrong with TOML? I personally think it’s great for configuration purposes.
One thing you can run into is that nesting things is hard in TOML: https://stackoverflow.com/questions/48998034/does-toml-support-nested-arrays-of-objects-tables
The syntax is simply not built for that, because
.ini
format.