Formateadores y código
Convertidor INI ⇄ JSON
Convert INI configuration files to JSON and back.
Nota del editor
Understanding · The config format with no specification.
Este capítulo en profundidad está disponible solo en inglés por el momento. La herramienta de conversión de arriba funciona en tu idioma; el artículo explicativo extenso aún no se ha traducido.
Preguntas frecuentes
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.
La gente también busca
Herramientas relacionadas
More in this room.
- Conversor de JSON a XMLConvierte JSON a XML limpio y bien formado.
- Conversor de CSV a JSONConvierte hojas de cálculo en arrays JSON — al instante.
- Conversor de YAML a JSONConvierte YAML a JSON — instantáneo, solo en navegador.
- Convertidor de JSON a ExcelConvierte matrices JSON en hojas de cálculo de Excel.
- Convertidor TOML ⇄ JSONConvierte entre TOML y JSON — en ambas direcciones.
- Convertidor de Esquema SQL → NoSQLConvierte un CREATE TABLE en una forma de documento JSON.