YAML
to
JSON
Converter

Convert between YAML and JSON formats instantly.

Output

{
  "name": "John Doe",
  "age": 30,
  "hobbies": [
    "reading",
    "coding"
  ],
  "address": {
    "city": "New York",
    "zip": "10001"
  }
}