YAML ↔ JSON Converter

Convert between YAML and JSON in both directions. Great for k8s manifests.

How it works

Paste YAML (common for Kubernetes manifests and CI configs) or JSON and convert in either direction. Handy when you need JSON for an API but have a YAML file, or the reverse.

Example: name: web (YAML) converts to { "name": "web" } (JSON), and back.

Input
Output