Convert between YAML and JSON formats. Perfect for DevOps users working with configuration files.
Select the conversion direction.
Number of spaces for indentation.
# Sample YAML configuration server: host: localhost port: 8080 database: name: myapp user: admin password: secret123 features: - authentication - logging - caching settings: debug: true timeout: 30 maxConnections: 100