⇄ Convertidor JSON a YAML Online
Convert JSON to YAML and YAML to JSON instantly online. Supports nested objects, arrays, and all data types. Free, no signup.
Paste your JSON on the left, select JSON → YAML, and get clean YAML output on the right. Works with any valid JSON including deeply nested structures, arrays, nulls, and booleans. Also converts YAML back to JSON.
How to Use
Paste your data
Paste your JSON, YAML, XML, or CSV content into the input area and select the source format.
Choose target format
Select the output format from the To dropdown. All bidirectional conversions are supported.
Convert and copy
Click Convert. The result appears on the right. Click Copy to use it in your project.
Frequently Asked Questions
Guía: Convertidor JSON ↔ YAML
¿Qué es?
YAML es preferido para configuración por su legibilidad: CI/CD (GitHub Actions, GitLab CI), Kubernetes, Docker Compose. JSON es estándar para APIs. Este convertidor transforma entre ambos formatos bidirecionalmente.
Cómo usar
- Pega JSON o YAML en la entrada.
- Selecciona la dirección de conversión.
- Copia el resultado.
Consejos
- YAML es sensible a la indentación — mezclar tabs y espacios causa errores.
- Strings con
:,#o que empiezan con-deben ir entre comillas en YAML. - Valida YAML después de editar manualmente — los errores son difíciles de ver.