帮干工具
EN
INI to JSON
Input INI
Output JSON
Convert
About INI Format
- INI is a common configuration file format
- Use [section] to define sections
- Use key = value for key-value pairs
- Supports comments starting with # or ;
- Commonly used in Windows and app settings