JSON β YAML Converter
Convert between JSON and YAML. All processing happens in your browser β nothing is sent to any server.
Indent
Flow style at depth
JSON Input
YAML Output
Output appears hereβ¦
Conversion notes
JSON β YAML
- JSON arrays become YAML sequences (
- item) - JSON objects become YAML mappings
null,true,falsepreserved as-is- Strings with special chars are auto-quoted
- Flow style: objects/arrays on one line at set depth
YAML β JSON
- Sequences become JSON arrays
- Mappings become JSON objects
yes/no/on/offβtrue/false~βnull- Numbers auto-typed