YAML to JSON Converter

Convert YAML configuration files to JSON format. Supports nested objects, arrays...

SecureFastFree
Valid YAML · 370 chars · 27 lines

YAML Input

370 B · 27 lines370 chars

JSON Output

{
  "name": "John Doe",
  "age": 30,
  "email": "[email protected]",
  "address": {
    "street": "123 Main St",
    "city": "New York",
    "country": "USA"
  },
  "hobbies": [
    "reading",
    "gaming",
    "hiking"
  ],
  "work": {
    "company": "Acme Inc",
    "position": "Developer",
    "remote": true
  },
  "skills": [
    {
      "name": "JavaScript",
      "level": "expert"
    },
    {
      "name": "Python",
      "level": "intermediate"
    },
    {
      "name": "Rust",
      "level": "beginner"
    }
  ]
}
527 B · 34 lines 42.4%527 chars
370 B
YAML
527 B
JSON
+157 B
Δ size
+42.4%
Change
SSL Secured
256-bit Encryption
Cloud Processing
Mobile Friendly