Convert between JSON and YAML.
JSON and YAML describe the same data in different syntax. The tool converts in both directions so you can move config between formats.
Example
{ "port": 8080, "hosts": ["a","b"] } ↔ YAML: port: 8080 / hosts: [a, b].
Notes
// RELATED TOOLS