Formatter & Kode
Konverter INI ⇄ JSON
Convert INI configuration files to JSON and back.
Catatan editor
Understanding · The config format with no specification.
Bab mendalam ini saat ini hanya tersedia dalam bahasa Inggris. Alat konversi di atas berfungsi dalam bahasa Anda; artikel penjelasan panjangnya belum diterjemahkan.
Pertanyaan yang sering diajukan
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.
Orang juga mencari
Fitur terkait
More in this room.
- Pengonversi JSON ke XMLKonversi JSON menjadi XML yang bersih dan terbentuk dengan baik.
- Konverter CSV ke JSONMengubah spreadsheet menjadi array JSON — seketika.
- Konverter YAML ke JSONMengubah YAML ke JSON — instan, hanya browser.
- Konverter JSON ke ExcelUbah array JSON menjadi spreadsheet Excel.
- Konverter TOML ⇄ JSONKonversi antara TOML dan JSON — dua arah.
- Konverter Skema SQL → NoSQLUbah CREATE TABLE menjadi bentuk dokumen JSON.