All tools

YAML to JSON

Convert YAML to JSON or back.

{
  "name": "Tools Hub",
  "version": 1.2,
  "features": [
    "calculators",
    "converters",
    "text"
  ],
  "active": true
}

About

Paste YAML on one side, JSON on the other. Edits flow both ways. Useful for converting Kubernetes manifests, CI configs, or anything else where you want one format and have the other.

How to use

  1. Paste YAML or JSON.
  2. The other side updates live.
  3. Copy what you need.

FAQ

Does it support YAML anchors?+

Anchors and aliases are resolved when converting to JSON. Going back to YAML, the result is plain YAML without anchors.