ruffsl@programming.dev to Programming@programming.devEnglish · 9 months agoEverything about TOML format - Orchard Dwellerwww.youtube.comexternal-linkmessage-square47fedilinkarrow-up151arrow-down18file-textcross-posted to: python@programming.devrust@programming.dev
arrow-up143arrow-down1external-linkEverything about TOML format - Orchard Dwellerwww.youtube.comruffsl@programming.dev to Programming@programming.devEnglish · 9 months agomessage-square47fedilinkfile-textcross-posted to: python@programming.devrust@programming.dev
Visualizer: https://toml-to-json.orchard.blog/ Code: https://github.com/orcharddweller/tom… TOML spec: https://toml.io/en/v1.0.0
minus-squareEmergMemeHologram@startrek.websitelinkfedilinkarrow-up1·edit-29 months agoOn the other hand, I hate that with JSON you can only store one document per file. Some programs allow you to omit the outside braces, others require it. But I do hate toml, and I don’t much like yaml either (why are there like 8 whitespace permutations?!)
On the other hand, I hate that with JSON you can only store one document per file.
Some programs allow you to omit the outside braces, others require it.
But I do hate toml, and I don’t much like yaml either (why are there like 8 whitespace permutations?!)