Free · No sign-up

Format, validate and convert
JSON and XML

Paste your data, see exactly where it breaks, and turn it into YAML, TOML, CSV or SQL when you need to.

Tools

Each tool opens straight into an editor. Nothing to install and no account.

What makes it useful

The details that save time when you are debugging an API response or a config file.

Errors you can act on

Instead of "unexpected token", you get the line, the column and what is wrong, such as a trailing comma or a key without quotes. The line is highlighted in red.

Your data stays exact

Large IDs like 12345678901234567890, decimals like 1.50 and duplicate keys are kept as written. Many formatters quietly change them.

Checked as you type

The right panel updates while you edit, so you see the moment the document becomes valid again.

Fold and explore

Collapse any object or element, or switch to the tree view, which shows how many items each array holds.

Repair broken JSON

One click fixes unquoted keys, trailing commas, comments and missing closing brackets.

Works on your phone

The editor and viewer stack vertically on small screens and each scrolls on its own.

Who uses these tools

Mostly developers and testers who deal with data they didn't write: an API response that arrives as one long line, an XML message from a partner system, or a config file that suddenly won't load. Paste it in, and within a second you can see its structure and whether it's valid.

A few common situations:

What happens to your data

Formatting, minifying, validation and the tree view run in your browser. Repair, sorting and conversions are handled by our server and the result is sent straight back. Share Drop keeps what you share in memory for a short time so the link works. The privacy policy explains the details, including the analytics this site uses.