حوّل JSON إلى XML و XML إلى JSON، في الاتجاهين، بالكامل داخل متصفحك.
كيفية استخدام JSON / XML
اختر اتجاها: JSON إلى XML أو XML إلى JSON.
الصق JSON أو XML الخاص بك.
انسخ النتيجة المحوّلة، أو بدّل للتحويل عكسيا.
A two-way converter between JSON and XML, built on a well-tested parser. Convert a JSON object into XML or parse XML back into JSON, preserving attributes and turning repeated elements into arrays and back again.
It is handy whenever you need to bridge an XML-based system and a JSON-based one, inspect a SOAP payload as readable JSON, or turn a JSON config into the XML a legacy tool expects.
Everything runs locally in your browser, so your data never leaves your device.
XML (Extensible Markup Language) is a long-established way to structure data with nested tags and attributes. It is still everywhere: SOAP web services, RSS and Atom feeds, office document formats, Android layouts and countless configuration and data-exchange formats.
Attributes are preserved across the round trip using an @_ prefix on the JSON side, so an XML attribute becomes a clearly marked JSON key and converts back into the same attribute, rather than being lost or confused with child elements.
Repeated elements map naturally to arrays: several <item> tags under a parent become a JSON array, and a JSON array becomes repeated elements in the XML, which is the shape most real documents take.
الأسئلة الشائعة
تُحفظ السمات باستخدام بادئة @_ في جانب JSON، بحيث يبقيها التحويل ذهابا وإيابا سليمة.
تصبح عناصر XML المتكررة مصفوفة JSON، وتصبح المصفوفات في JSON عناصر متكررة في XML.
لا. يجري التحويل بالكامل داخل متصفحك، لذا لا تغادر بياناتك جهازك أبدا.
ضمّن هذه الأداة
أضف هذه الأداة إلى موقعك الخاص. انسخ المقتطف أدناه، ويبقى محدّثاً تلقائياً.
<iframe src="https://monu.tools/embed/ar/json-xml-converter" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>أدوات ذات صلة
نسّق JSON وجمّله وتحقّق من صحته عبر الإنترنت، مع رسائل خطأ واضحة للمدخلات غير الصحيحة.
صغّر JSON وتحقق من صحته داخل متصفحك، وشاهد كم بايت توفّر.
حوّل JSON إلى CSV وأعد CSV إلى JSON في كلا الاتجاهين. اختر الفاصل، وتعامل مع الحقول المقتبسة، وانسخ النتيجة. كل شيء يعمل داخل متصفحك.
حوّل YAML إلى JSON وأعد JSON إلى YAML في كلا الاتجاهين. يتحقق من الصحة أثناء التحويل ويعرض أخطاء واضحة. كل شيء يعمل داخل متصفحك.