Text & Data · Convert

YAML ⇄ JSON

Convert between YAML and JSON in either direction, with validation and pretty output.

Source
Converted
{
  "name": "devbelt",
  "version": "1.4.0",
  "tags": [
    "dev",
    "tools"
  ]
}

Frequently asked

It converts the first document. Anchors and standard YAML types are supported via a battle-tested parser.

No. This tool runs entirely as JavaScript in your browser — your input never leaves your device and nothing is logged.

How to use

1

Choose YAML → JSON or JSON → YAML.

2

Paste your source document.

3

Copy the converted result.

Related tools