YAML ⇄ JSON
Convert YAML to JSON and JSON to YAML. Handy for inspecting and converting config files.
Dev
How to use
- Choose "YAML → JSON" or "JSON → YAML".
- Paste your data to convert it instantly.
- Click "Copy result" to grab the output.
FAQ
Are comments and anchors handled?
It parses YAML 1.2. Comments are not preserved when converting to JSON.
When is this useful?
Great for moving between YAML and JSON in CI configs, Kubernetes manifests, and more.
Is my data uploaded?
No. Everything runs entirely in your browser.