Tool Hub

YAML Validator

Validate YAML and convert to JSON (js-yaml)

Parsed (JSON)

{
  "name": "Mono Hub",
  "version": "1.0.0",
  "services": [
    "api",
    "web"
  ],
  "config": {
    "port": 3000,
    "debug": true,
    "hosts": [
      "localhost",
      "127.0.0.1"
    ]
  }
}

Verify outputs before using in production. No warranty โ€” see Terms.