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"
]
Lines21
Root keys6
JSON size466 chars