Skip to content
OmniTool
⌘K
History
[Y]
YAML Formatter
YAML Input
# Server configuration server: host: 0.0.0.0 port: 8080 ssl: enabled: true cert_path: /etc/certs/server.crt key_path: /etc/certs/server.key database: host: localhost port: 5432 name: myapp_db pool: min: 2 max: 10 features: - name: authentication enabled: true providers: [oauth, saml] - name: rate_limiting enabled: false max_requests: 100
Format
Validate
YAML → JSON
JSON → YAML
395 chars
Output