Y
Hacker News
new
|
ask
|
show
|
jobs
by
lpribis
829 days ago
"INI" is not a specification. All INI parsers are slightly different, such that people refer to any file with
[Section] Key = Value
Format as "INI" or INI-like, including the xdg format.
1 comments
tadfisher
829 days ago
Heck. TOML is a superset of it.
link
lionkor
828 days ago
A subset, any TOML is a valid INI, but not nearly all INI are valid TOML
link