Config

YAML ↔ JSON Converter

Translate between YAML and JSON in either direction, with clear parse errors. Built for Kubernetes manifests, CI configs and Terraform variable files.

Input — YAML

Output — JSON

 

Notes

  • Multi-document YAML (separated by ---) converts to a JSON array, one entry per document — handy for manifests bundled in a single file.
  • YAML comments are not preserved: JSON has no way to represent them, so a round trip drops them.
  • Parsing uses safe schema loading — no custom tags are executed.

Runs entirely in your browser — nothing you type here is uploaded, logged or stored. Privacy policy