المنسقات والكود
محول 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حوّل جداول البيانات إلى مصفوفات JSON — فوراً.
- محول YAML إلى JSONحوّل YAML إلى JSON — فوري، متصفح فقط.
- محول JSON إلى Excelحوّل مصفوفات JSON إلى جداول بيانات Excel.
- محول TOML ⇄ JSONالتحويل بين TOML و JSON — في كلا الاتجاهين.
- محول مخطط SQL → NoSQLحوّل عبارة CREATE TABLE إلى شكل مستند JSON.