INI to JSON converter
Convert INI into JSON locally in your browser. This preset is useful when you need to inspect or migrate legacy configuration files.
INI to JSON converter
Convert INI into JSON locally in your browser. This preset is useful when you need to inspect or migrate legacy configuration files.
What to watch for
- INI values are parsed from text, so numbers and booleans follow simple heuristics.
- Section-based structures usually map to one object level and may need cleanup after conversion.