Format and indent XML, check it is well-formed and flag errors. Processed entirely in the browser.
The XML Formatter indents and tidies XML code to make it readable, and first checks that it is well-formed: if there are unclosed tags or invalid characters it flags them. You can also minify it to reduce its size.
The check uses the browser's XML parser and runs locally: no data is sent anywhere.
Convert CSV data to JSON format and JSON to CSV. Parse spreadsheet data for APIs and databases. Free CSV/JSON converter.
dataCompare two JSON objects and see the differences highlighted. Find added, removed and changed values.
dataEscape a string to place it in JSON, or unescape a JSON string. In the browser.
dataFormat, validate and beautify JSON data online. Minify or pretty-print JSON with syntax highlighting. Free JSON formatter and validator.
data