Loading tool…
Convert YAML configuration into JSON, or turn JSON back into clean YAML. Handy for editing config files, Kubernetes manifests and CI pipelines.
Loading tool…
Privacy: this tool runs entirely in your browser. Your input is never sent to, received by, or stored on any server — there are no uploads and no tracking of what you enter.
YAML and JSON describe the same data model — maps, lists and scalar values — but YAML is indentation-based and friendlier for humans, while JSON is ubiquitous in APIs and tooling. Converting between them is a constant need in DevOps.
It handles nested maps, lists, and scalar types (strings, numbers, booleans and null). Paste YAML to get formatted JSON, or paste JSON to get readable YAML.
Keep YAML indentation consistent (two spaces is standard). For complex anchors, multi-document streams or advanced tags, use a full YAML library — this tool targets everyday config files.