YAML to JSON

Paste YAML; get equivalent JSON.

YAML to JSON

How it works

We use a YAML parser and JSON.stringify the result.

When to use it

Config conversion, APIs.

Frequently asked questions

Complex keys?

YAML allows complex keys; JSON keys are strings.

Multi-doc?

First document or array.