INI / Properties Parser
Parse and inspect INI configuration files and Java .properties files. View sections, keys, and values in a structured table, and convert to JSON for further processing.
INI File Format Reference
INI files are simple configuration files with a [section] / key = value structure. They are used by Windows, PHP (php.ini), Python (configparser), Git (.gitconfig), and many other tools. Java .properties files use the same key-value format without sections.