INI to JSON converts between the INI config format and JSON. Section headers become nested objects, a dotted section name nests further, and keys before any section sit on the root.
Values stay as strings unless you turn on type coercion. It runs in your browser.
Lines starting with a semicolon or a hash, and a trailing comment after a value.
As dotted section names, so a JSON object at server.tls becomes a [server.tls] section.
Yes, both directions preserve the order the keys appear in.
No. The tool runs entirely on this page.