YAML to JSON converter

See also JSON to YAML
Your YAML
Your JSON
1{
2  "DB": {
3    "host": "127.0.0.1",
4    "port": "1221",
5    "SID": "testDB"
6  },
7  "supportedCountries": [
8    "US",
9    "CA"
10  ]
11}

FAQ

YAML vs JSON for configuration files

Which systems commonly use yaml for configuration files?