Convert YAML configuration files to JSON format instantly
{
"server": {
"host": "localhost",
"port": 3000,
"ssl": true
},
"database": {
"driver": "postgres",
"host": "db.example.com",
"credentials": {
"username": "admin",
"password": "secret123"
}
},
"features": {}
}