Like A Duck@programming.dev to Technology@lemmy.ml · 2年前What is the best file format for configuration file?message-squaremessage-square45fedilinkarrow-up135file-text
arrow-up135message-squareWhat is the best file format for configuration file?Like A Duck@programming.dev to Technology@lemmy.ml · 2年前message-square45fedilinkfile-text
minus-squareThe Doctor@beehaw.orglinkfedilinkarrow-up1·2年前I don’t know. Never really thought about TOML.
minus-squareGissaMittJobb@lemmy.mllinkfedilinkarrow-up2·2年前Check out the spec sometime. It’s basically ini with some stuff added on top. It’s quite nice when you need something that parses into some kind of map, while being human readable.
Toml is kind of ini++, though, isn’t it.
I don’t know. Never really thought about TOML.
Check out the spec sometime. It’s basically ini with some stuff added on top.
It’s quite nice when you need something that parses into some kind of map, while being human readable.