← All Tools
YAML / JSON Converter
YAML
Valid
Format
Copy
# Server config server: host: localhost port: 8080 ssl: true database: driver: postgres host: db.example.com port: 5432 name: myapp credentials: username: admin password: secret123 features: - name: auth enabled: true - name: logging enabled: true level: debug - name: cache enabled: false limits: max_connections: 100 timeout: 30 retry_count: 3
JSON
Valid
Format
Copy
YAML → JSON
JSON → YAML