YAML ↔ JSON Converter
Convert between YAML and JSON.
Usage
Enter YAML or JSON, click YAML→JSON or JSON→YAML. Syntax errors are shown.
When to use
Config file format conversion, CI/CD config to JSON, API YAML spec to JSON, docker-compose editing.
Examples
key: value → {"key":"value"}, nested YAML to JSON, JSON to readable YAML.