ruffsl to [email protected]English • 10 months agoEverything about TOML format - Orchard Dwellerwww.youtube.comexternal-linkmessage-square49fedilinkarrow-up149arrow-down18file-textcross-posted to: [email protected][email protected]
arrow-up141arrow-down1external-linkEverything about TOML format - Orchard Dwellerwww.youtube.comruffsl to [email protected]English • 10 months agomessage-square49fedilinkfile-textcross-posted to: [email protected][email protected]
Visualizer: https://toml-to-json.orchard.blog/ Code: https://github.com/orcharddweller/tom… TOML spec: https://toml.io/en/v1.0.0
minus-square@[email protected]linkfedilinkEnglish2•10 months agoWhat’s wrong with TOML? I personally think it’s great for configuration purposes.
minus-squareNostraDavidlinkfedilink1•10 months agoOne 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.
deleted by creator
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.