Formatadores e Código
Conversor INI ⇄ JSON
Convert INI configuration files to JSON and back.
Nota do editor
Understanding · The config format with no specification.
Este capítulo aprofundado está disponível apenas em inglês no momento. A ferramenta de conversão acima funciona no seu idioma; o artigo explicativo longo ainda não foi traduzido.
Perguntas frequentes
Quick answers.
›How are INI sections handled in JSON?
INI sections are converted into top-level keys in the JSON object. Key-value pairs within that section become properties of that specific key.
›Can I convert nested JSON back to INI?
Yes. The converter will attempt to flatten the JSON structure by using the top-level keys as INI section headers.
›Does this tool support comments?
INI comments starting with `;` or `#` are stripped during conversion to JSON, as the standard JSON specification does not support comments.
›Is my configuration data secure?
Yes. All conversion logic is executed locally using JavaScript. Your configuration strings, passwords, and API keys stay on your machine.
As pessoas também pesquisam por
Ferramentas relacionadas
More in this room.
- Conversor de JSON para XMLConverta JSON para XML limpo e bem formatado.
- Conversor de CSV para JSONTransforme folhas de cálculo em arrays JSON — instantaneamente.
- Conversor de YAML para JSONConverta YAML para JSON — instantâneo, apenas no navegador.
- Conversor de JSON para ExcelConverta arrays JSON em folhas de cálculo Excel.
- Conversor TOML ⇄ JSONConverta entre TOML e JSON — ambas as direções.
- Conversor de Esquema SQL → NoSQLTransforme um CREATE TABLE numa forma de documento JSON.