Converters

INI to JSON Converter

Paste INI config data below to convert it into JSON.

What does this tool do?

Paste INI config data below to convert it into JSON. Everything runs locally using JavaScript in your browser — nothing you paste or upload is ever sent to a server.

How to use this tool

  1. Paste your ini input into the left-hand box.
  2. Click Convert to JSON.
  3. Copy the json output from the right-hand box.

Frequently asked questions

How are INI sections handled?

Each [section] header becomes a nested object in the JSON output, with its key=value lines becoming that object's properties.

Are values like true/false and numbers converted automatically?

Yes — values that look like booleans or numbers are converted to their proper JSON types rather than left as strings.

Does it support comments?

Yes — lines starting with ; or # are treated as comments and ignored.