JSON to YAML
How to convert JSON to YAML
- Paste your JSON into the box.
- The YAML appears below as you type. If the JSON has a mistake, the error is shown instead.
- Choose 2 or 4 spaces of indentation, then copy the result.
Frequently asked questions
Are strings quoted?
Only where YAML needs it, for example strings that would otherwise be read as a number, a date or true and false.
Is my data uploaded?
No. The conversion happens in your browser, and nothing is sent anywhere.