YAML Validator
Validate YAML syntax and explore the parsed structure. Shows error line numbers, parse tree, and JSON conversion.
YAML input✓ Valid YAML
Parsed tree
name: "Yurlie"
version: "1.0.0"
server:
host: "localhost"
port: 8080
debug: false
database:
driver: "postgres"
host: "db"
port: 5432
name: "yurlie_db"
features: []
- "network-tools"
- "json-tools"
- "developer-tools"
config:
timeout: 30
max_connections: 100
cors_origins: []
- "https://yurlie.com"
- "http://localhost:3000"
Lines
21Root keys
6JSON size
466 chars