JSON to YAML Converter

Your JSON

{
"DB": {
"host": "127.0.0.1",
"port": "1221",
"SID": "testDB"
},
"supportedCountries": [
"US",
"CA"
]
}
DB:
  host: 127.0.0.1
  port: '1221'
  SID: testDB
supportedCountries:
  - US
  - CA

FAQ