XML to JSON Converter
Convert XML documents to JSON. Attributes become @-prefixed keys; repeated tags become arrays.
What is XML to JSON Converter?
Going from XML to JSON is lossy in some ways — XML supports namespaces, processing instructions, and CDATA sections that don't have direct JSON equivalents. This converter handles the 90% case: nested elements, attributes (prefixed @), and text content (#text). For complex XML, a dedicated library may be necessary.
Frequently asked questions
What's the @ prefix?▼
Related tools
JWT Decoder
Decode JSON Web Tokens (JWT) instantly — inspect the header, payload, and signature claims. Runs entirely in your browser; tokens never leave your device. Safe for production secrets.
JSON Formatter & Validator
Format, validate, and minify JSON instantly. Catches syntax errors with line numbers, pretty-prints with adjustable indent, supports large payloads. Runs in your browser — no upload.
XML Formatter & Beautifier
Format and beautify XML documents — proper indentation, line breaks, namespace handling. Useful for SOAP responses, sitemaps, RSS feeds, and Android resource files.
Base64 Encoder & Decoder
Encode and decode Base64 strings.
URL Encoder & Decoder
Encode/decode URL-safe strings.
HTML Entity Encoder & Decoder
Convert special characters to/from HTML entities.