📁 Drag & drop a .json file here, or click to browse
📁 Drag & drop a .yaml / .yml file here, or click to browse
Examples
JSON → YAML Input:
{
"name": "Alice",
"age": 30,
"skills": ["JavaScript", "Python"],
"address": {
"city": "NYC",
"zip": "10001"
}
}
YAML → JSON Input:
name: Alice
age: 30
skills:
- JavaScript
- Python
address:
city: NYC
zip: "10001"
Have questions? Check our FAQ page.