Paste JSON
or drag & drop a JSON file
Block-style YAML, two-space indent, keys in their original order.
Paste JSON
or drag & drop a JSON file
YAML is what most configuration wants to be — Kubernetes manifests, CI pipelines and Compose files are easier to read without braces and quotes. The converted document replaces the editor contents, so you can convert, edit, and convert back from the same toolbar.
{"replicas":2,"image":{"name":"nginx","tag":"1.27"}}replicas: 2
image:
name: nginx
tag: "1.27"