Privvert logoPrivvert

JSON ↔ YAML ↔ TOML ↔ XML

Convierte archivos de configuración

Sobre esta herramienta

Convert configuration and data between JSON, YAML, TOML and XML. Useful for migrating configs and reading unfamiliar formats.

Características

  • JSON, YAML, TOML and XML - any direction
  • Lossless for compatible structures
  • Swap source and target with one click
  • Browser-only

Cómo usarla

  1. Pick source and target formats.
  2. Paste your input.
  3. Copy the converted result.
🔒 100% privado

Todo sucede dentro de tu navegador usando JavaScript y WebAssembly. Tus archivos nunca se suben a un servidor, nunca se almacenan y nosotros nunca los vemos.

Preguntas frecuentes

Why does TOML conversion fail sometimes?

TOML requires a top-level table (object). Arrays or scalars at the root are not valid TOML.