Comment on What is the best file format for configuration file?
Andy@programming.dev 1 year ago
It’s like yaml but simple, consistent, untyped, and you never need to escape any characters, ever.
Types and validation aren’t going to be great unless they’re in the actual code anyway.
timbuck2themoon@sh.itjust.works 1 year ago
Agreed.
I honestly don’t understand anyone who likes json over it. Json is fine for certain things but manually typing that is pain ten times over. It’s better than XML surely but not by terribly much.