XML ⇄ JSON ⇄ CSV Converter
AdSense Ad Placeholder (replace with your AdSense block)
XML → JSON
<root>\n <item id='1'>Value</item>\n</root>
Convert to JSON
Copy JSON
Download JSON
JSON Output
JSON → XML
{\n "root": {\n "item": [{"@attributes": {"id": "1"}, "#text": "Value"}]\n }\n}
Root element name (optional):
Convert to XML
Copy XML
Download XML
XML Output
JSON → CSV
[ {"id":1, "name":"Alice", "email":"alice@example.com"}, {"id":2, "name":"Bob", "email":"bob@example.com", "meta": {"age":30}} ]
Delimiter:
Include header
Convert to CSV
Copy CSV
Download CSV
CSV Output
Affiliate Product Placeholder (place your affiliate banner or link here)