code.liveNewsScore
Back to Tools

JSON to XML

Paste JSON and convert it to well-formed XML markup in your browser.

JSON

XMLxml
<?xml version="1.0" encoding="UTF-8"?>
<root>
  <name>code.live</name>
  <forSale>true</forSale>
  <price>50000</price>
  <tags>developer</tags>
  <tags>AI</tags>
  <tags>coding</tags>
</root>