Hacker News with Generative AI: Configuration Files

JSON5 – JSON for Humans (json5.org)
JSON5 is an extension to the popular JSON file format that aims to be easier to write and maintain by hand (e.g. for config files). It is not intended to be used for machine-to-machine communication. (Keep using JSON or other file formats for that. 🙂)
Comparison of configuration file languages (2016) (github.com)
We need to PEPify a static format for writing down bootstrap information in Python source trees.
Ziggy: Data serialization language for expressing API messages, config files (ziggy-lang.io)
How to parse config files with Bash (opensource.com)