Developer tool category

JSON & Data Tools

Use this collection when a payload needs to be inspected, validated, repaired, compared, or converted between common developer data formats. Start with the source format, confirm the structure is valid, then move to the transformation or export step you actually need.

Common workflow

Where to start

4 recommended starting points

Step 1

JSON

Format, inspect, and query JSON with configurable indentation, key sorting, validation, and JSONPath selection.

Open JSON

Step 2

JSON Validator

Check JSON syntax, locate errors, and format valid data without uploading it.

Open JSON Validator

Step 3

JSON Repair

Repair common JSON syntax problems locally, review every change, and compare the fixed output before you use it.

Open JSON Repair

Step 4

JSON to CSV

Convert JSON objects and arrays to CSV, flatten nested fields, and download the result locally.

Open JSON to CSV

Primary utilities

Core tools

9 core tools

JSON & Data

Query String Parser & Builder Online

Parse query parameters into JSON, build encoded query strings, clean and sort parameters in one pass, or run focused sorting and cleanup operations.

Task-specific entry points

Focused tasks

23 focused pages

JSON

JSON tasks

Format, inspect, and query JSON with configurable indentation, key sorting, validation, and JSONPath selection.

Open JSON

YAML

YAML tasks

Format, validate, and convert YAML and JSON locally with YAML 1.2 parsing.

Open YAML

XML

XML tasks

Format and validate XML, convert XML to JSON, or create XML from JSON entirely in your browser.

Open XML

CSV

CSV tasks

Format and validate CSV, convert CSV to JSON, or turn JSON into spreadsheet-ready CSV locally.

Open CSV

Diagnose specific failures

Troubleshooting

5 topic hubs

36 focused fixes

JSON troubleshooting

Diagnose JSON parser errors, malformed payloads, escaping mistakes, truncated responses, and JavaScript values that are not valid JSON.

24 focused fixes

YAML troubleshooting

Trace YAML indentation, mapping, sequence, quoting, directive, anchor, alias, and flow-style errors with parser-focused examples.

24 focused fixes

XML troubleshooting

Find XML well-formedness problems involving tags, attributes, entities, namespaces, declarations, CDATA, comments, and root structure.

24 focused fixes

CSV troubleshooting

Debug CSV delimiter, quoting, header, row-width, empty-cell, multiline-field, and type-preservation issues before importing tabular data.

24 focused fixes

Query String troubleshooting

Resolve query-string parsing and building errors involving percent encoding, repeated parameters, empty values, fragments, arrays, and JSON inputs.

Understand the concepts

Related guides

9 guides

7 min guide

How to Fix Invalid JSON Errors

Learn how to find and fix missing commas, unquoted keys, trailing commas, invalid escapes, hidden characters, and other common JSON errors.

8 min guide

XML Parsing and Validation Errors Explained

Understand XML parsing and well-formedness errors, how to read parser messages, and how tags, entities, attributes, namespaces, and document structure cause validation failures.