Convert YAML to JSON, or JSON to YAML
Paste YAML or JSON and convert it to the other format instantly — useful for config files, Kubernetes manifests, API responses, and anywhere the two formats need to interoperate.
Paste your YAML or JSON
Pick the direction you need first.
Get the converted result
Updates live as you type.
Copy the output
One click copies the result.
Why does conversion fail?
The input isn't valid YAML or JSON — the parser's exact error message is shown to help you find the issue.
Does this support CSV too?
No — CSV only maps cleanly to a flat list of same-shaped records, so it's kept as a separate, more limited tool rather than bundled here.
Test regular expressions against sample text with live match highlighting, capture groups, and flag support (g/i/m/s). All processing happens in your browser.
Encode or decode URLs and URL components instantly. Supports both component encoding (encodeURIComponent, for query params) and full-URL encoding (encodeURI, preserves URL structure). Perfect for debugging query strings, API requests, and web forms.