Skip to content

Formatowanie i Kodowanie

Konwerter JSON na XML

Darmowy konwerter JSON na XML. Wklej dowolny prawidłowy JSON i natychmiast uzyskaj dobrze ustrukturyzowany XML. Idealny do integracji API i systemów legacy.

Runs in your browser
JSON · source
lines: 0chars: 0size: 0 B
JSON
XML · target
lines: 0chars: 0size: 0 B
XML

Notka redakcyjna

Understanding · Trees, but spelled differently.

Ten szczegółowy rozdział jest obecnie dostępny tylko w języku angielskim. Narzędzie konwersji powyżej działa w Twoim języku; długi artykuł objaśniający nie został jeszcze przetłumaczony.

Często zadawane pytania

Quick answers.

How are JSON arrays converted to XML?

Each array item becomes a repeated element with the parent key. So {"items":[1,2]} → <items>1</items><items>2</items>.

What about JSON keys that aren't valid XML names?

Keys with spaces or special characters are sanitised to valid XML names. Numeric keys are prefixed with an underscore.

Is my JSON sent anywhere?

No — conversion runs entirely in your browser. Your data never leaves your device.

Can I convert XML back to JSON?

Yes — see our XML to JSON converter for the reverse direction.

Is the converter free?

Yes — free, no signup, runs in your browser.

Ludzie wyszukują również

Use with

What people reach for next.

Powiązane narzędzia

More in this room.

Zobacz wszystkie w Formatowanie i Kodowanie