yaml json convert transform config file
YAML ↔ JSON Converter
Convert between YAML and JSON. YAML→JSON parses YAML into a JSON object. JSON→YAML serializes JSON into YAML format.
USAGE
3 simple steps
- 1Paste your YAML or JSON into the text area
- 2Select the conversion direction
- 3Click Convert to see the result
FAQ
Frequently Asked Questions
A. Only the first document is converted. Split the file before converting if it contains multiple documents.
A. No. YAML comments are stripped during YAML→JSON conversion since JSON has no comment syntax.