Privvert logoPrivvert

JSON ↔ YAML ↔ TOML ↔ XML

Converti file di configurazione

Informazioni su questo strumento

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

Funzionalità

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

Come si usa

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

Tutto avviene all'interno del tuo browser con JavaScript e WebAssembly. I tuoi file non vengono mai caricati su un server, mai memorizzati e mai visti da noi.

Domande frequenti

Why does TOML conversion fail sometimes?

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