ตัวจัดรูปแบบและโค้ด
ตัวแปลง INI ⇄ JSON
Convert INI configuration files to JSON and back.
หมายเหตุจากบรรณาธิการ
Understanding · The config format with no specification.
บทเชิงลึกนี้มีให้บริการเฉพาะภาษาอังกฤษในขณะนี้ เครื่องมือแปลงด้านบนทำงานในภาษาของคุณ บทความอธิบายแบบยาวยังไม่ได้แปล
คำถามที่พบบ่อย
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.
ผู้คนยังค้นหา
เครื่องมือที่เกี่ยวข้อง
More in this room.
- เครื่องมือแปลง JSON เป็น XMLแปลง JSON เป็น XML ที่สะอาดและจัดรูปแบบถูกต้อง
- CSV เป็น JSON Converterเปลี่ยนสเปรดชีตเป็นอาร์เรย์ JSON — ทันที
- ตัวแปลง YAML เป็น JSONแปลง YAML เป็น JSON — ทันที, เฉพาะในเบราว์เซอร์
- ตัวแปลง JSON เป็น Excelเปลี่ยนอาร์เรย์ JSON ให้เป็นสเปรดชีต Excel
- ตัวแปลง TOML ⇄ JSONแปลงระหว่าง TOML และ JSON — ทั้งสองทิศทาง
- ตัวแปลง Schema SQL → NoSQLเปลี่ยน CREATE TABLE ให้เป็นรูปแบบเอกสาร JSON