Convert INI config files into readable JSON, or turn JSON objects back into INI sections and keys.
Last updated: June 2026 | By Patchworkr Team
Parse key/value pairs and section headers into JSON.
{
"name": "Patchworkr",
"version": "1.0.0",
"server": {
"host": "localhost",
"port": "4321",
"secure": "false"
}
}| Section | Key | Value |
|---|---|---|
| (root) | name | Patchworkr |
| (root) | version | 1.0.0 |
| server | host | localhost |
| server | port | 4321 |
| server | secure | false |
INI files are simple configuration files made from sections and key/value pairs. This tool can normalize them into JSON and flatten JSON objects back into an INI-friendly format.
Paste an INI file with optional sections and turn it into a readable JSON object.
Use a JSON object with top-level keys and nested objects, then convert it into sectioned INI text.
Patchworkr Config
Related Tools
Convert between CSV tables and JSON arrays.
Convert between .env files and JSON objects.
Convert between JPG images and WebP files.
Convert between PNG images and WebP files.
Convert between JPG images and PNG files.
Convert between JSON objects and XML documents.