Like A Duck@programming.dev to Experienced Devs@programming.dev · 2 年前What is the best file format for configuration file?message-squaremessage-square52linkfedilinkarrow-up143arrow-down10file-text
arrow-up143arrow-down1message-squareWhat is the best file format for configuration file?Like A Duck@programming.dev to Experienced Devs@programming.dev · 2 年前message-square52linkfedilinkfile-text
minus-squareAndy@programming.devlinkfedilinkarrow-up8·2 年前https://nestedtext.org/ 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.
https://nestedtext.org/
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.
deleted by creator