Get the latest tech news
Show HN: I made Confetti: a configuration language file format
Confetti is intended for human-editable configuration files. It is minimalistic, untyped, and opinionated. Schema conformance is validated by the user application. Confetti does not compete with JSON or XML, it competes with INI files.
Confetti provides the atoms necessary to create everything from simple configuration, to textual file formats, to lightweight scripting. Localization Friendly: Confetti lets you write configuration files in your native language. This is in contrast to formats, like JSON, which requires the English words null, true, and false, and Western digits 0 through 9.
Or read this on Hacker News