JSON to XML / TOML
Convert JSON into XML or TOML, in your browser.
● runs in your browser<?xml version="1.0" encoding="UTF-8"?>
<root>
<name>utly</name>
<version>2</version>
<active>true</active>
<tags>dev</tags>
<tags>tools</tags>
<owner>
<email>a@b.com</email>
<verified>false</verified>
</owner>
</root>Converts JSON to XML or TOML. TOML needs a top-level object; nested objects become tables, arrays of objects become [[table]] arrays. Runs in your browser.