Like A Duck@programming.dev to Technology@lemmy.ml · 2 years agoWhat is the best file format for configuration file?message-squaremessage-square46fedilinkarrow-up135arrow-down12file-text
arrow-up133arrow-down1message-squareWhat is the best file format for configuration file?Like A Duck@programming.dev to Technology@lemmy.ml · 2 years agomessage-square46fedilinkfile-text
minus-squareGissaMittJobb@lemmy.mllinkfedilinkarrow-up2·2 years agoCheck 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.
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.