INI to JSON Converter

Convert INI config files to JSON and back.

Support
Works Offline
Privacy First
No Login
No API

INI Input

JSON Output

About the INI to JSON Converter

Parse classic INI configuration files with sections and dotted section paths into JSON, or serialize JSON back into INI format, all processed locally in your browser.

Examples

Simple INI

[server]
port = 8080

Output

{"server":{"port":8080}}

Keyboard shortcuts

  • Copy the main outputCtrl / ⌘ + Shift + C
  • Download the resultCtrl / ⌘ + S
  • Share this toolCtrl / ⌘ + Shift + S
  • Reset the inputsAlt + R
  • Open the tool search paletteCtrl / ⌘ + K

Related tools

Frequently asked questions

Version 1.0.0 · Updated 2026-08-09 · Runs entirely in your browser