All tools
TinyTools
Free tool
🔄 YAML ↔ JSON Converter
YAML
Copy
server: host: localhost port: 8080 debug: true database: driver: postgres host: db.example.com port: 5432 name: myapp credentials: username: admin password: secret123 pool: min: 5 max: 20 logging: level: info outputs: - console - file file_path: /var/log/app.log features: - name: authentication enabled: true - name: caching enabled: false ttl: 3600
→
←
JSON
Copy