Convert JSON to YAML
Convert JSON into YAML's cleaner, comment-friendly syntax — the format most config files expect.
From
To
JSON
The data format of the web. Structured, readable, and understood by every programming language.
YAML
A human-friendly data format, popular for configuration files and settings.