JSON to YAML
Convert between JSON and YAML online
JSON
- records separated by commas
- keys and strings are wrapped by double quotes
- is a good choice for data transport
YAML
- lists begin with a hyphen
- dependent on whitespace / indentation
- better suited for configuration than json
Privacy Notice
- no information is stored or logged
- raise issues on the github repo
Credit