YAML ↔ JSON Converter
Convert between YAML and JSON in real time. Powered by js-yaml 4.3.0 (safe schema).
YAML
JSON
JSON
YAML
Indent
2 spaces
4 spaces
YAML (input)
46 / 100,000
name: Alice age: 30 roles: - admin - user
JSON (output)
Copy
{ "name": "Alice", "age": 30, "roles": [ "admin", "user" ] }