INI to JSON Converter

Convert INI config files to JSON and back.

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}}

Related tools

Frequently asked questions

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