JSON ↔ YAML

Convert between JSON and YAML formats

Input

About JSON ↔ YAML

JSON → YAML — converts JSON to clean, indentation-based YAML format. Ideal for configuration files, Docker Compose, and Kubernetes manifests.

YAML → JSON — parses YAML and outputs pretty-printed JSON with 2-space indentation. Handles nested objects, arrays, and common YAML syntax.

Powered by js-yaml — all processing happens locally.