Skip to content

JSON & Data

Format, validate, repair and convert structured data between JSON, XML, YAML, CSV and Excel spreadsheets. They are made for developers debugging API responses, analysts cleaning exports and anyone who needs to reshape a data file without sending it to a third-party server.

39 tools

All tools in this category

Frequently asked questions

Can I convert Excel or CSV files without uploading them?

Yes. Files are read by your browser and converted locally, so the contents never reach a server. Very large spreadsheets are limited only by your device's memory.

Why does my JSON fail validation?

The usual causes are trailing commas, single quotes instead of double quotes, unquoted keys and comments, none of which are allowed in strict JSON. The validator points to the position of the first error, and the repair tool can fix many of these automatically.

Will converting YAML or XML to JSON lose information?

Sometimes. YAML comments and anchors have no JSON equivalent, and XML attributes and mixed content must be mapped to keys by convention. Review the output when round-tripping data between formats.

Other categories