Convert JSON to YAML format for Kubernetes, Docker, and config files
server:
host: localhost
port: 3000
ssl: true
database:
driver: postgres
host: db.example.com
credentials:
username: admin
password: secret123
features:
- auth
- logging
- metrics