INI to JSON
Convert INI assignments and single-level sections to JSON string values.
Convert in your browser · No sign-up
How to use
- Convert INI assignments and single-level sections to JSON string values.
- Choose the mode or options, then run the tool.
- Review the result, then copy or download the TXT file.
Example
[server]
port=8080 → {"server":{"port":"8080"}}Details and limitations
Supports full-line # and ; comments. Duplicate sections or keys are rejected. Values are literal; no interpolation or type inference.
Text stays in your browser; it is not sent to a conversion server.
FAQ
INI to JSON — What are the supported inputs and limits?
Supports full-line # and ; comments. Duplicate sections or keys are rejected. Values are literal; no interpolation or type inference.
Related tools
Format references
Tool page updated: