Supported INI features
- Sections:
[section_name]— becomes a nested object - Keys outside sections — placed at top level
- Comments: lines starting with
;or# - Value types: auto-detects true/false, numbers, and quoted strings
- Quoted strings:
key = "value with spaces"
Common INI files
- Windows:
.ini,desktop.ini - PHP:
php.ini - systemd:
.serviceunit files - Git:
.gitconfig - MySQL:
my.cnf