JSON & Data Tools

JSON is the format almost every API speaks, and most of the time you meet it minified, malformed or several thousand lines long. The tools in this category clean it up, tell you exactly where a syntax error is, and let you explore, compare and reshape it without leaving the browser.

Everything here runs locally: nothing you paste is uploaded or logged, so it is safe to use with real API responses. Converters cover the formats JSON usually has to travel to and from — CSV for spreadsheets, YAML for configuration, XML for legacy systems and SQL for databases.

Tools in this category

Format, beautify and validate JSON instantly in your browser with custom indentation.

JSON & Data Open tool

Validate JSON syntax and get precise error locations with helpful fix suggestions.

JSON & Data Open tool

Compare two JSON documents semantically and highlight added, removed and changed values.

JSON & Data Open tool

Sort JSON object keys alphabetically (recursively) for stable, diff-friendly output.

JSON & Data Open tool

Evaluate JSONPath expressions ($.store.book[*].author) against JSON and see matches live.

JSON & Data Open tool

Convert XML to JSON, preserving attributes, text nodes and repeated elements as arrays.

JSON & Data Open tool

Convert an array of JSON objects to CSV with flattened nested keys.

JSON & Data Open tool

Learn more

More guides →