INI to JSON

Convert INI assignments and single-level sections to JSON string values.

Convert in your browser · No sign-up

Supports full-line # and ; comments. Duplicate sections or keys are rejected. Values are literal; no interpolation or type inference.

Up to 100,000 UTF-16 units per input and 1,000,000 per result. See the supported formats and examples below.

How to use

  1. Convert INI assignments and single-level sections to JSON string values.
  2. Choose the mode or options, then run the tool.
  3. 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.

Format references

Tool page updated: