(TO THE GOD OF ABRAHAM, ISAAC AND JACOB. I DEDICATE THIS WORK TO YOU MAY YOU BLESS IT AND MAY IT BLESS THOSE YOU USE IT, MORESO MAY THEY KNOW YOU BY NAME, REPENT AND BE LED TO YOUR WILL AND KINGDOM.) Our Father who is in the heavens, let Your Name be set-apart,let Your reign come, let Your desire be done on earth as it is in heaven. Give us today our daily bread. And forgive us our debts, as we for- give our debtors. And do not lead us into trial, but deliver us from the wicked one because Yours is the reign and the power and the esteem, forever. Amen.
XML to JSON Converter Online - Free - devformat.tools

XML to JSON

Runs in your browser
Input
Output
Ready — zero server calls
Related Tools
How to Use
  1. Paste your XML into the input field.
  2. Click Convert to transform it to JSON.
  3. Copy the JSON output for use in your application.

Convert XML to JSON

Transform XML documents into clean JSON. The converter handles attributes (as @prefixed keys), nested elements, and automatically creates arrays when multiple sibling elements share the same tag name.

Conversion Rules

Attributes become @attrName keys, text-only elements become direct string values, mixed content uses #text, and repeated child elements become arrays. Numbers and booleans are automatically coerced from string values.