Parse, edit, and convert INI configuration files ([section] / key = value) to and from JSON. Supports comments (; and #), quoted values, nested sections via dot notation, and array-style repeated keys. Runs entirely in your browser.
; or # are comments and are stripped on parse."…" or '…' to preserve whitespace and leading #/;.[a.b.c] are expanded to nested objects when the option is on.