🔍
Desktop App
☀️
⚙️
YAML to JSON
Convert YAML content to JSON format.
YAML Input
name: John age: 30 hobbies: - coding - reading
JSON Output
Copy
{ "name": "John", "age": 30, "hobbies": [ "coding", "reading" ] }