🧰 FreeTools

YAML a JSON

Convierte YAML simple a JSON. Soporta pares clave-valor.

YAML104 chars
JSON
{
  "name": "John",
  "age": 30,
  "address": {
    "city": "New York",
    "zip": "10001"
  },
  "hobbies": [
    "coding",
    "reading"
  ],
  "active": true
}

Preguntas Frecuentes

What YAML features are supported?

Simple key-value pairs, numbers, booleans, and strings. Nested structures and lists are not supported in this simple converter.

Share:

Related Tools