Convert YAML to JSON
Turn YAML config into strict JSON for tools and APIs that don't parse YAML.
From
To
YAML
A human-friendly data format, popular for configuration files and settings.
JSON
The data format of the web. Structured, readable, and understood by every programming language.