Input
Direction
Result
Choose an operation to start

JSON ↔ YAML Converter

Enter JSON or YAML on the left, pick a direction, and get the other notation. Useful for turning API JSON into readable YAML config, or turning YAML config back into parseable JSON.

Conversion uses the js-yaml library loaded in your browser; no text is uploaded.

Features

How to use

  1. Enter JSON or YAML on the left.
  2. Pick the direction on the right.
  3. The result appears instantly; click Copy to take it.

FAQ

Are YAML and JSON losslessly convertible?

Mostly. YAML is a superset of JSON, so anything JSON expresses is valid YAML. But YAML anchors, multi-document streams and complex type tags have no JSON equivalent and may be lost when converted.

Does conversion need a network?

The js-yaml parser loads from a public CDN, so the first page open needs network; once loaded, plain-text conversion runs locally.

Feedback

This site is front-end only — no backend, no accounts — so feedback goes to GitHub Issues, Discussions, or email.

Paste it into the issue or email to help track it down — it never includes anything you typed

Also: Browse existing issues · Email feedback (no GitHub account needed): 278975598@qq.com