INI Parser API
Parse INI config files into JSON bidirectional converter.
What is INI?
Classic config format with sections and key=value pairs. Still used in PHP and legacy systems.
How to Use
Call GET /api/v1/ini-parser with INI input. Use mode=json2ini to generate INI from JSON.
Try it live
Test this endpoint in the interactive console
Open Console →
Frequently Asked Questions
Nested sections?
Yes. Section names like [section.subsection] work.