Validate and convert JSON, YAML, XML, CSV and JWT, without uploading a byte

Paste a config, a payload or a token. It is checked as you type, and every error points to its line and column. 29 free tools, all running in your browser.

  • No signup
  • No upload
  • Works offline once loaded
AWAITING INPUTPaste anythingJSON, YAML, XML, CSV, TOML or a JWT

All tools

Why "line 3, column 12" beats "invalid JSON"

Most validators stop at a yes or no. Every checker here reports where the parser gave up and what it expected instead, highlights the line, and jumps your cursor there. When the cause is not obvious, one optional click asks an AI model to explain the mistake and propose a corrected document, which is re-checked before you use it.

Each tool page also explains the part of the format that trips people up: why a missing comma is reported on the next line, why YAML reads NO as false, when a CSV field needs quotes, how XML attributes land in JSON, and why a JWT can be read by anyone but forged by no one.

Private by construction

Config files contain hostnames, tokens contain user IDs, CSV exports contain customers. None of it should go to a stranger's server just to add some indentation. Here the parsing libraries are downloaded once and run on your machine; open the network tab and watch nothing leave. Details are on the privacy page.